My table has about 10 rows. Each row has "Up" and "Down" buttons.

When the user clicks on "Up" button, how do I shift the whole corresponding row above the preceding row?




table1.Rows[] is read-only. I cannot swap rows.




Thanks in advance.