No. You need to use Request.Form BUT I've had situations where the QueryString came in, left over from another page, and if the QueryString and the Form had a variable with the same name, Request("variablename" would get the "old" value from the QueryString.
Sometimes, Request.Form does not work. All the values of the form are passed as part of the query string to the next page, but when i do a request.form on the next page, and display it's value, it returns blank.
But instead when i use request.querystring, it works...Can you tell me How??
Thanks,
Radhika.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.