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
Define repository pattern in asp.net mvc? : asp.net mvc
What is the significance of proxy user?
what is command line compiler.what are the steps and how it is related to debugging.
What is web configuration file and how to use in web application
Explain managed code an un-managed code.
Which protocol is used to call web service?
What is a url string?
Define xmlvalidatingreader class.
What is asp.net version?
What are server-side comments in ASP.NET?
What are the advantages of Web API?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is the use of response redirect in asp.net?
What is asp.net caching?
Can viewstate be accessed in another page?