Results 1 to 3 of 3

Thread: values

  1. #1

    Thread Starter
    Addicted Member jewel's Avatar
    Join Date
    Jul 2003
    Location
    truly asia
    Posts
    153

    values

    dont know if this question isfor this forum, anyways how can I pass a variable to another page? ex www.jewel.com/n=myName&l=Is

    then how will another page get the value?

    Thanks,
    xoxo

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

    Re: values

    you can use the querystring

    Page One:
    VB Code:
    1. response.redirect("lala.aspx?var=50")

    Page Two:
    VB Code:
    1. Dim strVar as string = request.querystring("var")

  3. #3

    Thread Starter
    Addicted Member jewel's Avatar
    Join Date
    Jul 2003
    Location
    truly asia
    Posts
    153

    Re: values

    Thanks!
    xoxo

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