Apr 10, 2013

Asp Control Grid view Hover Using Jquery

4/10/2013 11:50:00 PM



 
 <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>

Written by

We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes. Each support has free and providing HD support screen casting.

0 comments:

Post a Comment

Recent Posts
Popular Articles

 

© 2013 MUNISH ORACLE DBA& .Net Developer. All rights resevered. Designed by Templateism

Back To Top