I developed a gridview by following this tutorial but i want to change it's css, can someone point me to right direction please,
Here's a 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 a css class but not sure what will go in class so that I make my gridview attractive,