I was wondering how people were going about sorting a table in asp.net mvc?
I\'ve heard of javascript solutions that work pretty well with non-paged tables, such as jquery\'s ta
Check out the DataTables @ DataTables This will let you page the result and query it with easy setup. it works well with ajax and json data. Look at the samples. Hope this will help you out.