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
Why is xap important?
Explain Authentication mechanism in dotnet
Which method do you use to kill explicitly a users session?
What are Caching techniques in .NET
How does a web application session work?
Explain code snippet to register exception filters from controller?
What are server objects?
List the types of authentication supported by asp.net?
What are the security types in ASP/ASP.NET? Different Authentication modes?
How many validators do ASP.NET have?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is the benefit of WebAPI over WCF?
How many types of state management are there in asp net?
How do u declare static variable and how it is declared and what is its lifetime?
Where viewstate value is stored in asp.net?