In our previous post we have learnt perform binding Combo Box and Listbox, now it’s time to get access their values and use them to bind
another controls in winforms. I am binding a combo box with an employee list and them acces...
Saturday, June 1, 2013
Monday, May 27, 2013
Combo Box or List Box Binding with Database, Entity Framework 5
Most often when we have a list of items and want to select a single item at a time then we can use Combo Box or List Box in winforms application. The basic
difference in both is: In List Box one can select an item only from exis...