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 / 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 |
What are the disadvantages of singleton pattern?
What is the difference between UX and UI design?
Why is it important to use systems analysis and design methodologies when building a system? Why not just build the system in whatever way appears to be “quick and easy”? What value is provided by using an “engineering” approach?
1 Answers DBU, KSV College, Sampson, University of Ibadan,
What is clean architecture?
What is aop design?
. How do you manage timelines?
Give me example of chain of responsibility design pattern?
What is the difference between adapter and facade?
What are creational design patterns?
Name some of the analytical tools and KPIs that you used in your evaluations.
What is software 'quality'?
What is the executor design pattern?