Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I post a form from the code behind page automatically without clicking the submit button and set the form action to an ASP page?

Our website is still mostly written in ASP and we need to move back and forth between ASP and Dot Net.

I'm sending a request variable from ASP to a dot net page, I set the session variable in Dot Net, and then want to send back the same request variable to another ASP page.

When I tried Server.Transfer, it only worked if I was transferring to another Dot Net page, but it gave an error when I tried to transfer to an ASP page.

thanks!
Ornitte
Posted

1 solution

Maybe this[^] will help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900