Forums
This topic is locked
Request.form from ASP to ASP.NET
Posted 11 Apr 2004 18:20:38
1
has voted
11 Apr 2004 18:20:38 Rene Bandsma posted:
I want to make some pages in ASP.NET, but keeping the 'old' ASP Classic pages just like they are. I want to do something like this:<pre id=code><font face=courier size=2 id=code><asp:Label id="Label1" runat="server"><%request.form("label"%></asp:Label></font id=code></pre id=code>
Is this possible?