I have designed a site where I create buttons based on the database fields when I click on a button it loads a CheckBoxList with choices from a diff table. I can get the buttons to persist and fire there click events. I am struggling with persisting the
changed states of these dynamically created CheckboxLists' ListItems so I can save there values back to the database. does anyone have any ideas to help with this type of scenarios? Thanks in advance.
Go to the complete details ...