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 is meant by ispostback in asp net?
What are strong names?
What is the sequence in which ASP.NET events are processed?
What is the use of ASP.NET routing?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
What is meant by asp.net?
Disable Mouse right click on web page in asp.net?
What are sessions used for?
How does the cookies work in asp.net?
Is sql backend or frontend?
Is asp.net is a programming language?
How do http sessions work?
What is active web pages?
How you can access the values from the Repeater control in ASP.NET?
Is asp.net web forms dead?