View Full Version : pass querystring from .asp to aspx
real_estate
07-19-2006, 05:13 AM
Is it possible to pass a querystring from an .asp page to aspx page?
jscheuer1
07-19-2006, 06:00 AM
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):
<a href="some.aspx?var1=joe">Link Text</a>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.