Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by iambrunner

  1. iambrunner

    DataGrid doesn't keep data between page loads

    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...
  2. iambrunner

    ASP.NET Impersonation

    *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.
  3. iambrunner

    Empty cells on Update of DataGrid columns generated at runtime

    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...

Part and Inventory Search

Back
Top