I have a combobox in my application and would like it to be two-way databound. How can I do that?
Thanks in advance,
Mathi
Please note that I have used DataBindings.Add(“Value”, dataSet, “Category”);
I have also set the datasource appropriately.
Thanks.