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
Can you change a Master Page dynamically at runtime?
Explain serialization and deserialization?
IN an ASP.NET Web application if there is any error, how can you debug?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What are session objects?
What is the part of url?
How should I destroy my objects in asp.net?
What is a session in asp.net?
What is csrf attack in asp.net?
Explain server-side scripting?
What are html helpers in asp.net?
How will you do Redo and Undo in a TextControl?
Define the steps to set up validation control.
What is session mode in asp.net?
What is difference between session and cookies?