ClientIds for individual CheckBoxes in a CheckBoxList

  • Thread starter Thread starter Nathan Sokalski
  • Start date Start date
N

Nathan Sokalski

I am generating JavaScript that needs to reference the checkboxes rendered
by a CheckBoxList. How can i get the ClientIds for the checkboxes rendered
by a CheckBoxList? Thanks.
 
You should be able to easily acheive this by accessing the input elements
in side the CheckBoxList.
I actually did a BlogPost with sample code that exactly does this here
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.
 
Back
Top