I have a method where I would like to fill texboxes with a code dependant on options selected from 5 dropdownlists.

Each of the ddls has options 1-5 these are stored in wgselect, wghidden stores the string code assigned to each ddl. If option 3 is selected on ddl selCooker then i need 3 textboxes to be filled with string 77. If selFridge option 1 is slected at the same time then 78 needs to be added to textbox 4.

Any...