ComboBoxControl refill data
serifelsen
Unknown
Hello
I am changing query by code and then i want to refill combobox data. It works fine for first time, but it does not refill next time.
combobox1.DataColumn = "Field Name";
combobox1.FillData();
Thanks in advance.
I am changing query by code and then i want to refill combobox data. It works fine for first time, but it does not refill next time.
combobox1.DataColumn = "Field Name";
combobox1.FillData();
Thanks in advance.