I am having a bit of a problem adding a few check boxes and an event handler programatically. The check boxes all appear fine, but they don\'t do anything when clicked. Does
Make sure to verify you are doing the following:
If you are trying to do something different than that, update us with more info.
You can get value by Request["controlname"] method when you inserted control in runtime.You must set Unique ID for each control.
However you can use CheckBoxList as an alternative instead of dynamically added checkboxes