I want to transfer one asp.net page form values to another page when i click to submit button. But you know, every asp.net page postbacks to itself. Do you know any way to do this?
+1
A:
Retrieve the values from the request object or if required store the form values in session.
Green Techy
2009-05-26 14:57:55
How can i use request object? Would you please write a little example that includes something like Request["txtName.Text"] ? Thanks...
uzay95
2009-05-26 15:05:02