How to Add Number Rows to a grid view dynamically using c# asp.net
2 Answers
To do this, add rows to the data source to which the grid is bound.
Here's an example.
Edit: The link I posted adds a row without adding to the data source. It seems kind of kludgey to me, but it may be more like what you're looking for.