Browse by Tags

Related Posts

  • Re: Datatable becomes nothing

    Hi, Insert this check where you store the datatable in the Session Dim dt as DataTable if Session("Data") is nothing 'Get the data into datatable from the database Session("Data") = dt; Else dt = Session("Data") End If In this way your Session Variable will not get cleared...
    Posted to Data Presentation Controls (Forum) by mudassarkhan on 12-06-2008, 12:00 AM
    Filed under: postback, session, DataTable
  • Pressing F5 adds a new row to the datatable.

    Hello there How are you? I have a few Input controls that is used to accept data from the user and form a datarow. On the click of a button (lets call the button as 'AddToList'), this row gets added to a datatable that is in session memory and also gets binded to a gridview control using gridview...
    Posted to State Management (Forum) by webnoel on 08-30-2008, 12:00 AM
    Filed under: Session, datarow, asp.net - application variables, datatable
  • Session datatable and GridView..

    I have a grid view binded to a datatable. If i navigate from this gridview page to another page and again come back to my gridview page,the page should display the gridview with all the rows present before navigating. Tried with the following code but not working. Appreciate any help, and not sure what...
    Posted to Data Presentation Controls (Forum) by lovelyt on 03-05-2008, 12:00 AM
    Filed under: session, .NET Gridview Problems, DataTable, .net
Page 1 of 1 (3 items)