G
Guest
Hi,
I have a combobox bind to a datast.table and when tring to remove an Item
from the combobox with this code:
combobox.Items.RemoveAt(0)
it's giving me this error
"Cannot modify the Items collection when the DataSource property is set"
I have a combobox bind to a datast.table and when tring to remove an Item
from the combobox with this code:
combobox.Items.RemoveAt(0)
it's giving me this error
"Cannot modify the Items collection when the DataSource property is set"