desing pattern for related inputs
- by curiousMo
My question is a design question : let's say i have a data entry web page with 4 drop down lists, each depending on the previous one, and a bunch of text boxes.
country (ddl), state (ddl), city (ddl), boro (ddl), address (txtBox), zipcode(txtbox).
and an object that represents a datarow with a value for each. naturally the country, state, city and…