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

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

1 Answers  


When singleton pattern is used?

1 Answers  


What are the different types of Design Patterns and Explain them?

3 Answers   Genpact, Gradatim, Gul Ahmed, TCS, Wipro,


How can we design/implement singleton object?

3 Answers   HP,


What are structural design patterns?

1 Answers  


Is dependency injection a design pattern?

1 Answers  


What is a pattern library?

1 Answers  


Tell us the kind of features that you add to your design.

3 Answers  


How might prototyping be used as part of the SDLC?

3 Answers   Apple, ASD Lab,


i have file(ps),dont know how many records are there. move half of the records to 2 files. how can we do

1 Answers   IBM, Infosys,


Where do you find inspiration and what are your long-term goals?

3 Answers  


Why should we not use singleton pattern?

1 Answers  


Categories