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~ enter image description here

css file table comments enter image description here


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -