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
What are the types of participants of the prototype design pattern you will get?
Which design pattern is mvc?
Hi, I have 9backlogs in btech and i am 2008 passed out,am working with an MNC from past 3 years.now, am willing to do MS, will it be any problem for me?
When should design patterns be used?
What is singleton and factory pattern?
What is the difference between factory and abstract factory design pattern?
What are the languages used in the design pattern?
Explain three types of components comprise an application design?
What design pattern wrapper classes implement?
Are singletons bad?
What are the design patterns you know explain?
What is the builder pattern?
What is the design pattern?
What is factory method in design pattern?
Why do we need singleton pattern?