sorting in gridview
How to implement sorting in gridview describe with example
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Aug 5, 2012, 11:43 PM
first you must enable sorting for grid view. and onsorting event you may sort your datasource.
OnSorting="myGridView_Sorting" >
please refer
http://msdn.microsoft.com/en-us/library/aa479347.aspx
http://www.codeproject.com/Articles/26882/Gridview-Sorting-with-Up-and-Down-Icons-Paging
hope this will help you.
waqas memonPosted Aug 5, 2012, 5:47 PM
http://codingresolved.com/discussion/57/how-to-sort-data-in-gridview#Item_2