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 is session state server?
What is Razor View Engine
Can we create a multiple user simultaneously ?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Why do we need asp.net?
Explain parts of assembly?
What is the difference between session and viewstate in asp.net?
What does the .webpart file do?
What are the various types of cookies in asp.net?
What are the asp.net server side objects?
What is the latest version of asp.net?
What are the Types of state management techniques
What is semantic gap?
What is sdlc process?
In which situation can you not use a viewstate?