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

2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.

0 Answers   IBM,


What is the publish/subscribe model?

1 Answers  


how to pring 10 item per page in smartform

0 Answers  


How to test the quality of design ?

1 Answers  


What is the executor design pattern?

0 Answers  






What are actually Model,view,Controller in MVC Pattern?

2 Answers   Honeywell,


What is aop design?

0 Answers  


What are the benefits of the proxy in the design pattern?

0 Answers  


Is oop a design pattern?

0 Answers  


Is bean a singleton?

0 Answers  


Is mvc a software design pattern?

0 Answers  


Can we use an equated value as operands for an MVC ? Reason for the same.

0 Answers   Ness Technologies,


Categories