L
Lou Civitella
I have two drop down list boxes on my asp page. The boxes store a country
value on my page. They are filled by code during the load event and then I
set their values in code from a table on a SQL server. If the values are the
same then all is OK but if the values happen to be different I get this
error
Cannot have multiple items selected in a DropDownList.
I cannot fiugre out why this keeps happening. I have two other DropDownList
boxes on my page that show state information and they work correctly. I dont
have any code that sets the country fields to each other so I dont know
where the problem lies.
If any one has any suggestions that would be great as this problem is really
puzzling me.
Thanks In Advance,
Lou
value on my page. They are filled by code during the load event and then I
set their values in code from a table on a SQL server. If the values are the
same then all is OK but if the values happen to be different I get this
error
Cannot have multiple items selected in a DropDownList.
I cannot fiugre out why this keeps happening. I have two other DropDownList
boxes on my page that show state information and they work correctly. I dont
have any code that sets the country fields to each other so I dont know
where the problem lies.
If any one has any suggestions that would be great as this problem is really
puzzling me.
Thanks In Advance,
Lou