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 is difference between function oriented design and object oriented design?

0 Answers  


Can we make the reference instance non static?

0 Answers  


How can we design/implement singleton object?

3 Answers   HP,


What is software 'quality'?

2 Answers  


Why is singleton used?

0 Answers  






What WYSIWYG web design tools are available?

1 Answers   HP,


What is Software development life cycle....??

5 Answers   TCS,


What is the difference between factory and abstract factory design pattern?

0 Answers  


Explain Internal Style Sheets?

1 Answers  


5.Develop an entity relationships diagram that identifies physical entity relationships.

0 Answers  


What non-visual coding tools are available for web design?

0 Answers   Wipro,


What are the categories in which the design patterns can be divided?

0 Answers  


Categories