i want to disable Footer gridlines in gridview.How can we do this
A:
use <FooterStyle CssClass="FooterStyle" />
on your grid view and add .FooterStyle{border:0;}
in your css
Vinay B R
2010-09-08 06:09:13