I am using a series of checkboxes, all with the same ID. When using a form decorator, the checkboxes will not check.
From what I can ascertain based on demos and other forum posts, the form decorator is designed to work with a CheckBoxList control where labels are specified for each checkbox. Unfortunately, this is not an option for me.
Is there a fix for this, or do I simply need to add ControlsToSkip="Checkbox" and not decorate my checkboxes?
Thanks in advance.
Jake
From what I can ascertain based on demos and other forum posts, the form decorator is designed to work with a CheckBoxList control where labels are specified for each checkbox. Unfortunately, this is not an option for me.
Is there a fix for this, or do I simply need to add ControlsToSkip="Checkbox" and not decorate my checkboxes?
Thanks in advance.
Jake