B
ByteCoder
I want to use GET variables in a URL to open a page, like this:
http://server01/site1/form.aspx?id1=23&id2=32423
Another ASPX page would receive some input and append the variables to
the URL. When it's done it would transfer the page to the user.
I know there are other ways to do this, but GET variables can be
bookmarked, which is very useful in this case.
Since the word GET is used quite often I can't find how to do it. An
explanation on which class to use or a link to a how-to/tutorial would
be appreciated.
Thanks in advance,
--
http://server01/site1/form.aspx?id1=23&id2=32423
Another ASPX page would receive some input and append the variables to
the URL. When it's done it would transfer the page to the user.
I know there are other ways to do this, but GET variables can be
bookmarked, which is very useful in this case.
Since the word GET is used quite often I can't find how to do it. An
explanation on which class to use or a link to a how-to/tutorial would
be appreciated.
Thanks in advance,
--