I have a gridview to which i want to add rows dynamically at any position just as in excel..
example:
If there are 10 rows in gridview and if i want to add a new row below or above 5th row.. how should i achieve it.
I don't want to do it by using gridview footer, as the row is getting added up at the bottom and not getting added up in between.
i tried using insertat Position(...) .... but could not acheive it.
Please suggest a solution or any point on how to procced and acheive this.