Hiding columns in bound mode
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Is it possible to hide some columns of a GridView when it's in bound mode (and AutoGenerateColumns is true)?
Check out the RowDataBound event. This article[^] should give you enough pointers.