grid view problem
-
I need help I want to add a line to a grid view control and this line must contain the new data to be added to the gridview how can I do that? (the new data will be added by the user.) and I want to be able to update a bunch of rows that I modify without validating.I'll update them when I click on a button.\ thank you BiG RaLpH
-
I need help I want to add a line to a grid view control and this line must contain the new data to be added to the gridview how can I do that? (the new data will be added by the user.) and I want to be able to update a bunch of rows that I modify without validating.I'll update them when I click on a button.\ thank you BiG RaLpH
-
Well, once I have same requirement. What I did is I copied(clone) a row from gridview and added to same gv using Javascript and ICallbackEventHandler.
Intelligence is measured by common sense not by how many scholarly books you read.
-
Hi, you can add row in datatable which is bind to gridview so it will create new row in gridview .
pallavi
-
Well, once I have same requirement. What I did is I copied(clone) a row from gridview and added to same gv using Javascript and ICallbackEventHandler.
Intelligence is measured by common sense not by how many scholarly books you read.