Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieve Form collections from Classic ASP form to ASP.N
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00947340
Message ID:
00947349
Views:
16
so if i was to submit a form from a Classic ASP page for example.

file1.asp
<form name="frmSub1" method="post" action="file2.aspx">
<input type="input" name="txtSub1" value="any">
<input type="submit" name="cmdSubmit" value="Submit">
</form>
I can still use the Request.Form("txtSub1") from ASP in ASP.NET?
What if the page being submitted is from a different server?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform