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?
|
|
|
|
|
|
|
Take a look at: Cross page posting |
||
|
|
|
|
Retrieve the values from the request object or if required store the form values in session. |
||
|
