"Nothing is impossible, the word itself says "I'm possible"!"
Pages
Home
About Me
VB.NET
SQL
Contact Us
Wednesday, February 15, 2012
display mouseover effect in GridView rows using only CSS?
ASPX Page:-
style type="text/css">
#GridView1 tr.rowHover:hover
{
background-color: Yellow;
font-family: Arial;
}
/style>;
asp:GridView ID="GridView1" runat="server" EnableViewState="false" RowStyle-CssClass="rowHover" ClientIDMode="Static" />
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)