Passing data

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top