<script type="text/javascript" >
$(document).ready(function () {
$("#<%=Gv_Cus.ClientID%> tr").hover(function () {
$(this).css("background-color", "Lightgrey");
}, function () {
$(this).css("background-color", "#ffffff");
});
});
</script>
0 comments:
Post a Comment