iambrunner
IS-IT--Management
Hi all,
I'm pretty new to ASP.Net. I have a datagrid that is bound to some data at runtime on the first page load. EnableViewState is set to true for the datagrid. My problem is that the data in the datagrid disappears between page loads. If I repopulate the datagrid on each page load, I won't be able to retrieve the textbox values to update the DB, AFAIK.
The code is here:
Any help would be much appreciated. Thank you in advance.
I'm pretty new to ASP.Net. I have a datagrid that is bound to some data at runtime on the first page load. EnableViewState is set to true for the datagrid. My problem is that the data in the datagrid disappears between page loads. If I repopulate the datagrid on each page load, I won't be able to retrieve the textbox values to update the DB, AFAIK.
The code is here:
Any help would be much appreciated. Thank you in advance.