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
To redirect the user to another page which method do we use without performing a round trip to the client?
Explain the server control events of asp.net ?
Explain the asp.net page life cycle.
What is the difference between GridView and Repeater controls in ASP.NET?
What are strong names?
Why do you use the app_code folder in asp.net?
How ASP.NET page works?
What is parse in asp.net?
What's the ASP.Net Application life cycle?
How to display Alert in ASP.NET
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What is authentication in asp.net?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is the best Macanism to clear the Cache in asp.net