I am trying to get random string using asp.net and c#, send me code snippets to paste the code directly to my application
I am trying to get random string using asp.net and c#, send me code snippets to paste the code directly to my application
Session Id will give you random string so you can use sessionid to print random string
Hope it helpsHTML Code:String str = Session.SessionId(); Response.Write(str);
Bookmarks