c# - How to make GridLines visible in gridView asp.net? -
how make gridlines visible in gridview asp.net?
my source code
<td class="auto-style20" colspan="3"> <asp:gridview id="gridviewaddbus" runat="server" autogeneratecolumns="false" horizontalalign="center" gridlines="both" cellpadding="4" borderwidth="1" borderstyle="solid" bordercolor="#666666"> <columns> <asp:boundfield datafield="subcatid" headertext="sub category id"> <itemstyle width="15%" /> </asp:boundfield> my design still doesn't show gridlines, shows outer line , cellpadding doesn't seem working... in advance~ 
css file table comments 
Comments
Post a Comment