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.

add style datagrids


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -