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 Posted / 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 View All Answers
What are useful tools for developing and testing color schemes for web sites?
What is the use of repository pattern?
Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?
What are the SDLC phases you have invloved ?
Explain what is good design?
Did you use ooa/ood methodologies? Did you use design patterns?
What are the most important software design patterns?
What is the gang of four design pattern?
What is proxy in design pattern?
What is the difference between architecture and design?
Why is singleton bad?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
What is singleton design pattern in java?
What are the main types of concurrency design patterns?
How do you choose a design pattern?