Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieve Form collections from Classic ASP form to ASP.N
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00947340
Message ID:
00947349
Vues:
17
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform