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...
*bump*
I'm having exactly the same problem. I've tried the following two connection strings:
Server=10.0.0.3; Database=tmcweb; Trusted_Connection=yes
Server=10.0.0.3; Database=tmcweb; Integrated Security=SSPI
Does anyone know what could be causing this?
Thanks in advance.
Hi all,
I have a datagrid (dgrdOutput) for which I create BoundColumns at runtime for each field in an SQL table (see line 115 for create of columns). My problem is that when a user tries to edit and then update the datagrid, the table row that gets passed to my Update function...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.