-
Hello, Two different combo boxes for a C# WinForms application that need to have a list of the same data. They need to be able to have different values at any given time, so they can't use the same BindingSource. I have a NameValueList business object that has an ID(Key) and Name(Value). I want to...
-
Let me start simple. For example in "Project Tracker" example, if you open any project to edit you can see resources that assigned to this project, however, if you also open edit resource document with one of the resources already assigned to the project, the changes on resources, which is...