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.
Post New Answer View All Answers
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
How to send a DataReader as a parameter to a remote client ?
What is a session in asp.net?
What is the mvc model?
What are the features that make asp.net more used framework? : asp.net mvc
Can we use a static function with a non-static variable?
If we remove web.config or machine.config from the application then, is this application will works?
What is .net framework and what are the main components of it?
How do you remove duplicates without using remove duplicate stage?
What is directive in asp net?
What is request and response in asp.net?
Where is http session stored?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Is viewstate enabled by default?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc