we sort the column in gridview set the allowsorting property of gridview is true and we use the sortexpression properties in boundfield tag for example
and so on.. and bind the data in gridview in sort order by using the query in asc or desc or set the Allowsorting property of grid view is true and use many other way.
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
hi, pawan
we sort the column in gridview
and so on..set the allowsorting property of gridview is true
and we use the sortexpression properties in boundfield tag
for example
and bind the data in gridview in sort order by using the query in asc or desc or set the Allowsorting property of grid view is true and use many other way.