G
Guest
Back in the earlier days of ASP it was easy for an HTML page (let's call it
page H) to post to an ASP page (we will call it page A), and then wire page A
so that based on what was posted by page H, transfer/redirect to either page
B or page C.
What I want to know is how does this scenio now work in ASP.NET 2.0? Do you
wire the code for determining which page to go to in the onload event handler
for page A or what?
Thanks in advance
T.
page H) to post to an ASP page (we will call it page A), and then wire page A
so that based on what was posted by page H, transfer/redirect to either page
B or page C.
What I want to know is how does this scenio now work in ASP.NET 2.0? Do you
wire the code for determining which page to go to in the onload event handler
for page A or what?
Thanks in advance
T.