Hi,

How do I get data from a form in a previous page that uses the POST method? I've tried changing the method from GET to POST in a fully functioning ASP page and things don't work after that.

I am using request.querystring("varName") on the page that suppose to receive the data. What am I doing wrong?

Thanks in advance.