I am trying to show/hide GridView columns conditionally.
I am creating a dynamic DataTable and then Binding it to the GridView
Later, on a post back, I am ch
Change these in ASPX page:
In .CS file:
int temp = GridView1.Columns.Count; // will return 6