I have a web page that has two datagrids. I allow the user to make changes
to these datagrids and then click a button that takes them to another page.
I need the datagrid state to be passed along to the second page button after
it is closed, the user is taken back to their original page with, ideally,
the previous state restored.
How can I best achieve this?
Thanks in advance,
Mervin Williams
Alvin Bruney [ASP.NET MVP] - 19 Dec 2007 00:48 GMT
Couple ways to do this, session, cache, viewstate each with its own pros and
cons. make sure you read up on each before you make a decision on what to
use.

Signature
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
> I have a web page that has two datagrids. I allow the user to make
> changes to these datagrids and then click a button that takes them to
[quoted text clipped - 7 lines]
>
> Mervin Williams