I have a vb.net windows form with two bound combo boxes. Combo1 is bound to my Properties.xsd that lists all active properties. Combo2 is bound to my Departments.xsd. My goal here is to update combo2 with only those departments that are in the Property requested (combo1).
Start Free Trial