Changing from DropDown to DropDownList

M

Marty

Why does my field not save when I change the control from DropDown to
DropDownList? I used the data from wizard. Thanks.
 
S

Stoitcho Goutsev \(100\)

Marty,

Of what I understand in run time you have a combobox populated with items
then you change the dropdown style of the combobox and this operation
renders the control empty.
What version of .NET do you use? I tried this on 2.0 and it preserves the
combobox items. Check your code if you don't crear the combobox by yourself.
 

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