html - Css for gridview -
i developed gridview following tutorial want change it's css, can point me right direction please,
here's little bit of markup
<asp:gridview id="gridview1" runat="server" datakeynames="customerid" autogeneratecolumns="false" onrowdatabound="gv_rowdatabound" width="80%" allowpaging="true" pagesize="20" cssclass="myclass" /> i added css class not sure go in class make gridview attractive,
please check below codeproject link. may you.
Comments
Post a Comment