Friday 21 June 2013

Generate Unique ID in Asp .Net using C#

Generate Unique ID in Asp .Net using C#

string id = Convert.ToString(Guid.NewGuid());

No comments:

Post a Comment

IE7 Issues Text Indent

                 Unfortunately IE 7 is still widespread among the users hence while theming we have to give special importance to the grea...