Skip to Content
0
Former Member
Dec 03, 2008 at 11:47 AM

Dynamically removing an item

21 Views

Hi

I am dynamically adding a specific number of comboboxes and text boxes to my form depending on a user slection from a combobox.

However, when the user selects a different item within the combobox, I need to be able to delete the dynamically added items, and re-add new items specific to the item they have selected.

I have had a good look in the API and on this forum, but can't find any Item.Remove(int ItemId) methods, Can anyone shed some light on this issue I have and

1) Let me know if what I am trying to do is actually possible.

2) Let me know how to do it.

Thanks in advance

Martyn