G Grey May 6, 2004 #1 how to create a GUID from ASP.NET??? Is it possible to use this ID as primary key in createing DB record?? Million Thanks..
how to create a GUID from ASP.NET??? Is it possible to use this ID as primary key in createing DB record?? Million Thanks..
G Guest May 6, 2004 #2 Hi Try the following Guid.NewGuid Method (namespace System.guid) Ravikanth[MVP]