How to use Request.FORM() ?

  • Thread starter Thread starter user
  • Start date Start date
U

user

Hi,

I have an old page written in classic ASP. I do not wish to rewrite to
ASP.NET.

Is it possible to use POST in the classic ASP page's FORM tag and
retrieve the POST data in another ASP.NET page?

I can't seem to be able to use Request.FORM in asp.net

Pls advise.

Thanks.
 
I have an old page written in classic ASP. I do not wish to rewrite to
ASP.NET.
OK.

Is it possible to use POST in the classic ASP page's FORM tag and
retrieve the POST data in another ASP.NET page?
Yes.

I can't seem to be able to use Request.FORM in asp.net

What code are you using...?
 
Back
Top