I am binding the grid view using data table.
My task is to add new rows to my grid view dynamically when the user clicks \"ADD\" button in grid view it should genera
You can use fnOpen http://www.datatables.net/ref#fnOpen. It will let you add a row directly below the row you give it. you can give that new row the html you want it to have as well.