N
Nemisis
Hi everyone,
I have 2 pages, PageA and PageB. On PageA i allow our users to update
a details of a record using textboxes, dropdownlists etc. When a user
clicks on a button on PageA, i would like them to be directed to PageB.
Here they can select a value from a datagrid, and then go back to PageA
and continue updating the records details.
The value that the user selects on PageB, must be passed back to PageA.
In order to accomplish this sort of functionality, i thought that i
would have to somehow save the viewstate of PageA, and then after the
user has picked a value on PageB, i would direct them back to pageA and
reload the saved viewstate.
is this possible??
Is there an easier solution to what i am trying to do?
I CANNOT use Ajax, as this is for a Pda website, so javascript is very
limited, thus why i am having to go to another page to select a value.
Thanks in advance.
I have 2 pages, PageA and PageB. On PageA i allow our users to update
a details of a record using textboxes, dropdownlists etc. When a user
clicks on a button on PageA, i would like them to be directed to PageB.
Here they can select a value from a datagrid, and then go back to PageA
and continue updating the records details.
The value that the user selects on PageB, must be passed back to PageA.
In order to accomplish this sort of functionality, i thought that i
would have to somehow save the viewstate of PageA, and then after the
user has picked a value on PageB, i would direct them back to pageA and
reload the saved viewstate.
is this possible??
Is there an easier solution to what i am trying to do?
I CANNOT use Ajax, as this is for a Pda website, so javascript is very
limited, thus why i am having to go to another page to select a value.
Thanks in advance.