Passing data

  • Thread starter Thread starter Paulo
  • Start date Start date
P

Paulo

Hi, what are the forms of passing data from a web-form to another?

Because the response.redirect will call the web-form but the forms input,
hidden fields, etc on the source will be lost ..?

Only way is via Request.QueryString? Page.aspx?var1=&var2, etc.. ?

Can not be recovered via post method ?

Asp.net 2.0 C# VS 2005 SP1

Thanks!
 
Back
Top