show-notice
hide-notice

Thursday 15 August 2013

Formatting ASP.NET GridView using jQuery


Introduction:

I just love ASP.NET GridView control and with the power of jQuery you can make this control even more effective and user friendly. So here is my list of post related with GridView and jQuery in ASP.NET.

ASP:





JS:
$(document).ready(function() {
 $("#<%=gdRows.ClientID%> tr").filter(":odd").css("background-color", "grey");
});

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com