When working with ASP.Net server controls, it is important
to use the right event handlers to capture the event for the
application to function properly. What event would you use
to capture the selection of a new item in a DropDownList
control?
a) The Click event.
b) The SelectionChanged event.
c) The SelectionIndexChanged event.
d) The ChangedSelection event.
Answer Posted / dilraj lipput
The SelectionIndexChanged event.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is it possible for me to change my aspx file extension to some other name?
What is application and session in asp.net?
What are different methods of session maintenance in asp.net?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What are the types of validation in asp net?
What are the advantages of using Master Pages?
Explain the difference between an exe and a dll?
Is asp.net easy to learn?
how to retrieve property settings from xml .config file.
What are custom controls?
What are server activated objects?
What is AutoEventWireup attribute for ?
How to use push notification?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How can we prevent browser from caching an aspx page?