Mathi asked a Question in C# Windows | Useful

How to databind a combobox?

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

Updated August 16, 2011

Mathi answered

Please note that I have used DataBindings.Add(“Value”, dataSet, “Category”);

I have also set the datasource appropriately.

Thanks.