tags:

views:

435

answers:

1

Duplicate:

How can I insert a new row into a grid view control?

How to programmatically insert a row in a GridView?

I want to insert a new row when I click a button control.

I want all the buttons to be located on the side of the grid control and when I click the new button to add a new empty record, it should fill the row with data after I click save and add it to a DB table.

I don't want to choose a data source to bind to the grid control.

+1  A: 

This must be a VFAQ!

http://stackoverflow.com/questions/181158/how-to-programmatically-insert-a-row-in-a-gridview http://stackoverflow.com/questions/594088/how-to-insert-row-in-grid-view/

Please search the site for similar questions or google for your question.

Cerebrus
I see that one of those questions was asked by a guy called "thiru" as well. Is this coincidence or is that another of your accounts?
Cerebrus