Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Posting web form to external site
Message
General information
Forum:
ASP.NET
Category:
Web forms
Environment versions
Environment:
ASP.NET
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
00993493
Message ID:
00993532
Views:
17
Hi Victor,

Thanks. I have done some googling and come to that conclusion, basically a mismatch between what I thought forms in asp.net did, and what they really do :)

For any lurkers, the form always posts back to itself under asp.net i.e. the action tag is ignored. To post to another page you can use the querystring, or construct an http post good article from Rick Strahl on how to do this

Other options are Response.Redirect, Server.Execute and Server.Transfer
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Previous
Reply
Map
View

Click here to load this message in the networking platform