I have a form (form1) which contains a simple drop down list (dropdown1) and 2 textboxes (textbox1) and (textbox2).
The scenario is: user enters some code in textbox1 and then based on what he has entered, "type" of the code will be appeared in textbox2. I should say that textbox2 is Readonly.
Main part of the scenario is that only if textbox2.text is equal to some specific values (type) like "Polymeric, Cord and Seat", the dropdown1 should be appeared in form1 and filled with some colors -get from DB-
Do you think that hard-coding this condition is a right decision? If not, What's your suggestions?