AD
Administrator
Syncfusion Team
July 31, 2006 04:50 AM UTC
>hai this is vrao...
>
>
>.net class library to find unique key?
SA
Saurabh
November 24, 2008 06:04 PM UTC
>
>hai this is vrao...
>
>
>.net class library to find unique key?
here it is
System.Guid guid = System.Guid.NewGuid();
String id = guid.ToString();