If i make my selection in State Dropdown list, i would the
City and ZipCode dropdown list to be automatically reupdated
based on the State i select.(This to avoid the user select a
City or Zipcode that does not correspond to the State
previously selected.)
Answer Posted / anjani kumar
Return a combined list of City and its Zipcode as showable
text on the list box. Place the list on the UpdatePanel
with a trigger on change event of the State list box.
In the background... ( change event of the state box) do
the data access, clear the city box and re-fill the box
with selected State which is obtained from the EventArgs of
the event handler.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Write the code for a singleton class?
What is the difference between factory and builder design pattern?
What is viper architecture?
What is the design pattern?
What is the difference between factory and abstract factory design pattern?
What are the categories in which the design patterns can be divided?
Can we inherit singleton class?
What are the main types of concurrency design patterns?
What is lexi design pattern?
Is mvc a software design pattern?
What are the 23 design patterns?
What is difference between function oriented design and object oriented design?
Is singleton scope thread safe?
Are singletons bad?
Shall we use abstract classes or interfaces in policy / strategy design pattern?