How to use Request.FORM() ?

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.
 
M

Mark Rae

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...?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top