Dot Net (Code)
Monday, January 2, 2012
How to make Gridview Row color on Mouse Over Event using CSS
<
style
type
="text/css">
#GridView1
tr.rowHover:hover
{
background-color
:
pink
;
font-family
:
Arial
;
}
</
style
>
How To Apply
<
asp
:
GridView
ID
="GridView1"
runat
="server"
RowStyle-CssClass
="rowHover">
</
asp
:
GridView>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment