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 / 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 |
Quartus II software version 6.0 is available for which operating systems (OS)?
When singleton pattern is used?
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?
What are structural design patterns?
Is dependency injection a design pattern?
What is a pattern library?
Tell us the kind of features that you add to your design.
How might prototyping be used as part of the SDLC?
i have file(ps),dont know how many records are there. move half of the records to 2 files. how can we do
Where do you find inspiration and what are your long-term goals?
Why should we not use singleton pattern?