Xefan
12-13-2006, 05:11 AM
Hi there,
I have two queries, I'm fairly new to ASP but not programming in general, I've had a look through Google and such but ASP.NET seems to get all the hits there.
My first query is, is there a proper way to build a query string to be sent as part of a response.redirect or are you meant to just manually build it using a string and then submit this manually built URL+QueryString string as your response.redirect target?
My second query is, is it possible to redirect to a different ASP page and submit a POST data QueryString? I have a login form on my site which submits the form to a seperate ASP page to process the login, I also have a signup form, when signup is complete and signup details have been validated and recorded into the database I'd like to just submit the username and password from the completed signup form to my existing login processing asp file which accepts POST data (because I don't want the username and password in the QueryString!).
Hope someone can help!
Thanks.
I have two queries, I'm fairly new to ASP but not programming in general, I've had a look through Google and such but ASP.NET seems to get all the hits there.
My first query is, is there a proper way to build a query string to be sent as part of a response.redirect or are you meant to just manually build it using a string and then submit this manually built URL+QueryString string as your response.redirect target?
My second query is, is it possible to redirect to a different ASP page and submit a POST data QueryString? I have a login form on my site which submits the form to a seperate ASP page to process the login, I also have a signup form, when signup is complete and signup details have been validated and recorded into the database I'd like to just submit the username and password from the completed signup form to my existing login processing asp file which accepts POST data (because I don't want the username and password in the QueryString!).
Hope someone can help!
Thanks.