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 |
Show us an example of a design that can solve a business problem.
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,
. Explain your area of focus.
When should design patterns be used?
. What makes rival companies better or worse than us in terms of UI UX?
what is diffrence between Function Oriented Design and Obeject Oriented design
11 Answers IBS, TCS,
What is the difference between builder and composite?
what is a Design Pattern?
What is the gang of four design pattern?
What is onion architecture?
What are the categories in which the design patterns can be divided?
What are the most popular design patterns?