sort column automatic in gridview asp.net c#
not need sort on header
I can sort from database in ms sql
tell me ...
Yes you can sort from database
--Ascending SELECT * FROM Customers ORDER BY CustomerName ASC --Descending SELECT * FROM Customers ORDER BY CustomerName DESC
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.