Hi,
In my application, i have a observablecollection of Employee class. Employee class has a name and Designation property.
This observablecollection is binded using DataContext to a userControl. In this usercontrol i have a combobox where i want to display name of all Employees from collection and i have a lable which will show the selected employees designation.
How i can bind all the employee names to a combobox and the selected item(employee) designation to the label.
Thanks,
IamHuM