Quick question,
Is there a way to preserve the value in my combobox when it fires a SelectedIndexCh anged event?
Right now I have 4 comboboxes all linked together with an SQL query:
Site
City
Manager name
Phone number
When I choose the Site name, the event fires and populates the other three boxes, but clears out the Site name box. Why is that?
Is there a way to preserve the value in my combobox when it fires a SelectedIndexCh anged event?
Right now I have 4 comboboxes all linked together with an SQL query:
Site
City
Manager name
Phone number
When I choose the Site name, the event fires and populates the other three boxes, but clears out the Site name box. Why is that?
Comment