the problem is that the datatable is not being persisted after the postback...even though you declared it at the form level it does not persist on post back. You'll have to cache the datatable in cache or session to be able to access it on the postback without
hitting the database again.
TheNige
Participant
1475 Points
295 Posts
Re: Lost reference to DataTable after PostBack
Oct 06, 2003 08:30 PM|LINK