Hi all, I am having a gridview that will have 2 rows with some data as follows
101 111111111 1111111111009270754A094101// My first row data
9000002 1000000020222222236000000000000000000000012000000000000000000000000000000000000000//My 2nd row data
I will add some values such that it should be inserted between these 2 rows and that 2nd row already exists should be move to the last row of the datagrid view. Like that if i add n number of values the values should be inserted in between those 2 and that row which was already exists should be moved to the last row any idea please