GridView CheckBox Selection with a Twist
Posted by: ASP.NET Daily Articles,
on 13 Mar 2007 |
View original | Bookmarked: 0 time(s)
In one of my articles I discussed how to select checkboxes inside the GridView control. You can view the article here. This is an extension to that article in which, I will discuss some additional features. These features include using regular expression to limit the checkbox selection on a particular GridView and de-selecting the parent checkbox when all child checkboxes are un-checked....