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.