I build a table on the fly using a table control. On the table control I add a textbox, 2 labels and a dropdownlist. When the selected item in the dropdownlist is changed I need to read that event. The problem being is because the dropdown box was built dynamically there is no known name for the combo box.
There could be as few as 10 combo boxes and as many as 200 hundred. Depending on what is in the database.
Hope this makes sense.
There could be as few as 10 combo boxes and as many as 200 hundred. Depending on what is in the database.
Hope this makes sense.