Programming C# Windows form IF else statement on ComboBox -
given: 4 combo box named cbotype, cbofloor, cboroom, cborate .
here condition.
if choose bedspace in cbotype,
cbofloor appear "1", cboroom appear list of rooms in floor 1, cborate appear "1000".
cbofloor.items.add("1"); cboroom.items.add("floor 1"); cborate.items.add("1000");
this answer?
Comments
Post a Comment