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

Popular posts from this blog

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -