Asp.net – DataTable row indexes do no match the order when bound to Gridview
I have a Gridview with different items, ordered by the integer column "Order". I am saving the DataTable that feeds the Gridview as "Session Parameter". Item Order LinkButtons ---------------------------------- Item1 1 up down Item2 2 up down Item3 3 up…