PDA

View Full Version : Using a Button to take form variables and create a QueryString URL


MattNolan
11-05-2009, 01:58 PM
I have a form with a bunch of dropdown boxes, and a button to submit then, and I want to change it from a server side invisible interpretation of these into a url which can be Request.QueryString'd.

If you want to take a look at the actual site to see what is happening now if that would help one of the URLs in question is.

http://www.hoopdata.com/regstats.aspx

MattNolan
11-05-2009, 03:38 PM
Solved it myself