If you just want to persist the table between postback, then you may want to take a look at ViewState. Session is more used to persist information across the different page.
J.W.
2009-03-30 18:36:03
If you just want to persist the table between postback, then you may want to take a look at ViewState. Session is more used to persist information across the different page.