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 is viper architecture?
What are the main usage of the patterns?
Are you using singleton in your code?
What are the most important software design patterns?
Write the code for a singleton class?
What is proxy in design pattern?
Can we make the reference instance non static?
What are the most commonly used design patterns?
5.Develop an entity relationships diagram that identifies physical entity relationships.
what are the creational design patterns
Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?
What is the concurrency design pattern?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
How do you choose a design pattern?
What is meant by design pattern?