Generate Unique ID in Asp .Net using C#
string id = Convert.ToString(Guid.NewGuid());
string id = Convert.ToString(Guid.NewGuid());
Unfortunately IE 7 is still widespread among the users hence while theming we have to give special importance to the grea...
No comments:
Post a Comment