SEO Software
Closed Thread
Results 1 to 2 of 2

Thread: Random string in asp.net c#

  1. #1

    Default Random string in asp.net c#

    I am trying to get random string using asp.net and c#, send me code snippets to paste the code directly to my application


  2. #2

    Default

    Session Id will give you random string so you can use sessionid to print random string

    HTML Code:
    String str = Session.SessionId();
    Response.Write(str);
    Hope it helps

Closed Thread

Similar Threads

  1. Encrypt string
    By nikon in forum PHP Help
    Replies: 4
    Last Post: 08-25-2009, 09:33 AM
  2. Random pictures in each table data cell
    By gilbertsavier in forum JavaScript Help
    Replies: 0
    Last Post: 08-05-2009, 11:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts