does gridview save data in viewstate?
hi
i bind a DataTable to a gridview.
i want to use the DataTable in some postback event, and ii want to use viewstate.
does gridview save data in viewstate? if no what is the best way to do this.
hi
i bind a DataTable to a gridview.
i want to use the DataTable in some postback event, and ii want to use viewstate.
does gridview save data in viewstate? if no what is the best way to do this.
I am binding the grid view using data table.
I have the GridView below. I am binding to a custom datasource in the code behind. It gets into the “OnRowUpdating” event just fine, but there are no NewValues or OldValues. Any suggestions as to how I can get these values?
I would like to change the text of the autogenerated "select" column in an ASP.NET GridView control. The text needs to be changed to the value of a DataField.
I am using C# asp.net 4.0 in my project where i need to display price in India curreny format.
I am retrieving data from an Oracle database and binding the same to a gridview control.
I’m trying get values from a GridView using the following code:
HI coder i have a gridview in which data comes from database.. now id of all row is same what i want it to show only first row of my gridview and hide rest of the others but not their value i just wana hide them. i want their value because i have a lightbox on it.
I am trying to remove row from gridview by click on ImageButton which is placed inside gridview. I am getting row index but dont know how to remove. My gridview binds from session and i dont want to rebind gridview.
Is there a way in ASP.NET to have a “floating” header, much like a header you would see in an Excel sheet that follows you down the page as you scroll?