C
Claus Pedersen
Hi
Is it possible to
1: Move a row up/down serverside. Like myGridView.Rows[1].MoveUp()
I can't find any way to do this.
OR
2: Edit the datakey values on a GridViewRow. If I can do that I have
solved the move up/down problem because I can switch data between the rows.
Best regards
Claus Pedersen
Is it possible to
1: Move a row up/down serverside. Like myGridView.Rows[1].MoveUp()
I can't find any way to do this.
OR
2: Edit the datakey values on a GridViewRow. If I can do that I have
solved the move up/down problem because I can switch data between the rows.
Best regards
Claus Pedersen