Problem when trying delete item from ComboBox.

Posted by Davit Siradeghyan on Stack Overflow See other posts from Stack Overflow or by Davit Siradeghyan
Published on 2010-05-16T18:10:14Z Indexed on 2010/05/16 18:20 UTC
Read the original article Hit count: 392

Filed under:
|
|

I'm initialize my ComboBox using DataSource. After that when I'm trying to remove item from ComboBox I'm getting exception: "Items collection cannot be modified when the DataSource property is set."

How can I remove items from ComboBox ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET