Gridview would be the perfect solution
you can only swap and sort using the AllowPaging = "true" PageSize = "##" AllowSorting = "true" properties, and if you want all the data, not just specific rows, you could just do AutoGenerateColumns = " truth"
source
share