dynamically adding rows in gridview
-
-
how can i dynamically add rows in gridview without postback
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
Using Java script.
Navaneeth How to use google | Ask smart questions
-
how can i dynamically add rows in gridview without postback
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
It depends on what you mean by dynamic. If you want to dynamically add rows on the server side and you are binding to a DataTable/Collection you can add rows to the DataTable/Collection and then re bind the GridView.
-
It depends on what you mean by dynamic. If you want to dynamically add rows on the server side and you are binding to a DataTable/Collection you can add rows to the DataTable/Collection and then re bind the GridView.
i know it is javascript buthow can i used it in gridview. what i want is that there is a button when i click on this button a new row should be added without post back.
“You will never be a leader unless you first learn to follow and be led.” –Tiorio "Coming together is a beginning, staying together is progress, and working together is success." Henry Ford