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 ChangedSelection event.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What are the advantages of asp.net?
What is the difference between mechine.config and web.config?
How does session id work?
What are the benefits of Razor View?
Which platform does Microsoft .NET use for exchanging data between applications?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is the difference between session.abandon() vs clear()?
What is difference between URL and URI?
How can we implement a identity (sql server) call in an asp.net page?
Why would a company use an application service provider?
What is cas?
Explain the Session state management options available with ASP.NET?
How many validators do ASP.NET have?
Explain cookies with example.
What is considered a service provider?