Results 1 to 2 of 2

Thread: pass querystring from .asp to aspx

  1. #1
    Join Date
    Jul 2006
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default pass querystring from .asp to aspx

    Is it possible to pass a querystring from an .asp page to aspx page?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If the aspx page has a way of grabbing it, why not? Just have a link or whatever on the asp page that calls the aspx page like so (example using a link):

    Code:
    <a href="some.aspx?var1=joe">Link Text</a>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •