how to change order of grid view column,after binding it through database in asp.net web application
Set AutoGenerateColumns = "false" and then manually add BoundFields as per the order you need
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.