G
Gina L. Hernandez
Hello:
From an aspx.net , I am trying to call a second one when a user presses a
button. On the second page he selects a row in a data grid, after this I
need to return the control to the first page preserving all the fields that
the users has previously filled in, adding values of the selected row. Now
,I am using server.transfer and response.redirect with the preserve
parameter set to TRUE, but it's like the page is being loaded as the first
time and I am losing all the values of the fields I have in the first page.
Help please
From an aspx.net , I am trying to call a second one when a user presses a
button. On the second page he selects a row in a data grid, after this I
need to return the control to the first page preserving all the fields that
the users has previously filled in, adding values of the selected row. Now
,I am using server.transfer and response.redirect with the preserve
parameter set to TRUE, but it's like the page is being loaded as the first
time and I am losing all the values of the fields I have in the first page.
Help please