Adding itens into a combobox

M

Marco Roberto

Hi,

is there anyway to add itens into a combobox after this
control be bound with a dataset?

Regards,

Marco
 
A

Antoine Cote [MSFT]

Hello Marco,

the current Windows Forms ComboBox control does not support adding items to
it when it is data bound. You could work around this by either adding more
items in the DataSet or populating the ComboBox control manually from the
values in the DataSet or elsewhere (which is what databinding normally does
for you).

Antoine
Microsoft Visual Basic .NET

This reply is provided AS IS, without warranty (express or implied).


--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top