Link to home
Start Free TrialLog in
Avatar of sugunsg
sugunsg

asked on

How to get values from dynamically generated CheckBoxList?

Hi,
In aspx(C#) page I am generating dynamic CheckBoxList. The CheckBoxLists are generated successfully. In server code I need to get the seleted values from Selected CheckBox. How to do this?

Example:
I am generating 3 CheckBoxList like CHKL_1,CHKL_2,CHKL_3.
By progrmatically Check boxes are added using DataBound method of CheckBoxList.
Each CheckBoxList have diff no.of CheCkBox items. I need all the selected check box values from all 3 CheckBoxList.

Any one help me!

Thanks
Sugunsg
ASKER CERTIFIED SOLUTION
Avatar of TharnJaggar
TharnJaggar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial