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

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -