Playing with ASP.NET List Controls using jQuery

added by rcash
8/28/2011 7:46:59 PM

181 Views

List Controls are one of the most popular controls. It's well known manipulating these controls from JavaScript has always been complicated. In this post we'll discuss accessing List controls and manipulating them with jQuery.


1 comments

vijayst
8/28/2011 11:25:29 PM
jQuery has a very flexible selector API. This allows jQuery to be used within Webforms very well. A lot of what was used to be done in the server using AJAX controls can effectively be done using jQuery. This post is a wonderful example of how jQuery can be used for manipulating CheckBoxList.