Home All Groups Group Topic Archive Search About

RE: ClientIds for individual CheckBoxes in a CheckBoxList

Author
29 Apr 2009 6:59 PM
Nanda Lella[MSFT]
In your javascript, get the CheckBoxlist id by using
document.getElementById() and then loop inside that control looking for
input controls to get the child Checkbox id's

Here is a blog post with example code describing how to acheive this: 
http://ctrlf5.net/?p=33
Hope this helps.
--

Thank You,
Nanda Lella,
http://www.ctrlf5.net

This Posting is provided "AS IS" with no warranties, and confers no rights.