
June 27th, 2003, 04:34 PM
|
|
Registered User
|
|
Join Date: May 2003
Posts: 8
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
PLS HELP - Workflow from one page to another
I have to go from one page (Page1) to another (Page2) and to transmit some variables.<br><br> In clasic ASP, I used to have a form in Page1 who makes the submit to Page2 and all I need to transmit I do through Request.Form.<br><br> In ASP.NET, I cannot make a submit of an "asp:form" to another page. The submit is made to the same page, so I cannot achieve the same functionality.<br><br> The closest thing I could get to my old ASP strategy is a link with parameters sent through query string.<br><br> If you know how this is done or what is the new approach to this problem in ASP.NET, please respond! Maybe it is a new way of dealing with that in .NET that I'm not aware of.<br><br> 10x a lot!<br><br> Alina
|