Results 1 to 6 of 6

Thread: How to get querystring value on other page

  1. #1

    Thread Starter
    Lively Member AjayKumar's Avatar
    Join Date
    Nov 2003
    Location
    Noida
    Posts
    94

    How to get querystring value on other page

    I want to add useridor any value in the redirected URL through Querystring.
    How can i do this?
    Plz Help me!!!!
    HI ITs exciting!!!!!

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How to get querystring value on other page

    Can you elaborate? I'm not sure if you want to append to the querystring from page1 or page2.

  3. #3

    Thread Starter
    Lively Member AjayKumar's Avatar
    Join Date
    Nov 2003
    Location
    Noida
    Posts
    94

    Re: How to get querystring value on other page

    No,i want to append URL using query string like x.aspx?uid=001.
    HI ITs exciting!!!!!

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How to get querystring value on other page

    You're just repeating what you said earlier. Like I said, you'll need to elaborate.

  5. #5
    Junior Member
    Join Date
    Mar 2004
    Posts
    22

    Re: How to get querystring value on other page

    response.redirect(x.aspx?uid=001)

  6. #6
    Addicted Member
    Join Date
    Aug 2004
    Location
    Cape Town, South Africa
    Posts
    149

    Re: How to get querystring value on other page

    response.redirect("x.aspx?uid=001")

    and then on the next page...

    Dim id as string = request.querystring("uid")

Posting Permissions

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



Click Here to Expand Forum to Full Width