Redirect to other page

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

If I have <form runat=server> then I can't submit to other page.

If I remove runat=server then my controls on that page doesn't work?

So I should redirect to other page from codeBehind but how can I read values
on the second page from the first page.
Old way was: value=request.form.item("")

Thank you for your help,
Simon
 
thank you, I thought there is some other way, something like request.form,
because I don't feel comfortable with sessions.

The other way in fact are also pannels, but than the page is not readable
with many panels.

Thank you,
Simon
 
simon said:
thank you, I thought there is some other way, something like request.form,
because I don't feel comfortable with sessions.

Forget everything you knew about Session in ASP. All of the problems ASP had
with Session are gone in ASP.NET.
 
Back
Top