blah blah blah is here! blah blah » Close

0
votes
0 answers

reading controls that were added programatically

I am trying to display a checkbox list based on the data read from a database. Based on the query results, there will be a different number of checkbox items in the checkboxlist each time. This program succesfully displays the checkboxlist, ...

1
votes
0 answers

creating radiobuttonlist programatically

I am displaying a checkBoxList on my form. This checkBoxList gets it items (goals) from a data source. So depending on the data in the dataSource, it gets a different number of items ( goal check boxes) each time. For each goal check box in ...

Feedback