Hide gridview columns
Hi all,Am using gridview with binding values.
I have lot of values to bind.
For Eg:
--------
A |B |C |D |E |F |G| H
----------------------
1. 1 |2 | 3| | | |6| 7
-----------------------
2. 5 |7 | 9|10| | | | 8
i need to hide null columns like in 1st row D,E,F and 2nd row E,F,G
How to hide
Give sample code
Thanks