add header in GridView
-
Hi all, Is there is any way to add header (not cell header) before cells headers in a GridView after each 10 Records. so that in printing each 10 Records have a heading. Please guide me thanks
Bajrang Singh Using .net 2.0 (VS2005)
-
Hi all, Is there is any way to add header (not cell header) before cells headers in a GridView after each 10 Records. so that in printing each 10 Records have a heading. Please guide me thanks
Bajrang Singh Using .net 2.0 (VS2005)
you can use headertemplate under template property in gridview.. Keep coding :)
-
you can use headertemplate under template property in gridview.. Keep coding :)
Thanks Atarikg But I have mentioned in first mail that I am talking about GirdView's header not Its cell's individual headerText. And also How to insert that Header after Each 10 Records. Any hint is thanksful Bye
Bajrang Singh Using .net 2.0 (VS2005)