Simple gridview.
SqlData source to bind data to gridview.
A column called Date ( type date ) where I add the date when I edited something.
I would like to sort the entire gridview columns by the date column.
Any idea how can I do that?
THanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Page levelproblem. So you can first keep theGridView DataSourceinViewStatePostbackretrieve the data fromViewState. Sort it according to the required parameter . Bind it again to theGridView.Example here and here