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!

Search results for query: *

  • Users: iambrunner
  • Content: Threads
  • Order by date
  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

    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