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 / eduardo belmonte
The SelectionIndexChanged event.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are session cookies?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is class and object in asp.net?
Explain the asp.net mvc request life cycle? : asp.net mvc
How many types of controls are there in asp.net?
Name the two properties are on every validation control?
Is razor a programming language?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Explain the difference between dataset and datareader.
Define web services in asp.net.
What is viewstate information stored?
What is Partial PostBack in ASP.NET?
Explain cashing in asp.net.
What is the maximum amount of memory any single process on windows can address?
What threading model used in asp and asp.net?