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.)



If i make my selection in State Dropdown list, i would the City and ZipCode dropdown list to be aut..

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

Post New Answer

More Design Patterns Interview Questions

What are the main types of concurrency design patterns?

0 Answers  


when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next

3 Answers   IBM,


What are the main usage of the patterns?

0 Answers  


Quartus II software version 6.0 is available for which operating systems (OS)?

0 Answers  


What is use case in clean architecture?

0 Answers  


What is the gang of four design pattern?

0 Answers  


What is the use of repository pattern?

0 Answers  


What are the 23 design patterns?

0 Answers  


What is the difference between factory and builder design pattern?

0 Answers  


What are useful tools for developing and testing color schemes for web sites?

0 Answers   Wipro,


What is the difference between UX and UI design?

1 Answers  


What is difference between function oriented design and object oriented design?

0 Answers  


Categories