Changing from DropDown to DropDownList

  • Thread starter Thread starter Marty
  • Start date Start date
M

Marty

Why does my field not save when I change the control from DropDown to
DropDownList? I used the data from wizard. Thanks.
 
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.
 
Back
Top