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


Please Help Members By Posting Answers For Below Questions

What is inproc mode in session?

513


Explain how cookies work.

597


What does asp stand for in asp.net?

526


How do cookies work? Give an example of their abuse.

545


Explain the difference between Web Garden and Web Farm?

551






What is asp.net response object?

564


Explain about asp.net caching?

577


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

573


What are validator? How do you disable them?

603


Which protocol is used to call web service?

565


What is the difference between sealed vs static class?

578


What are tuples?

543


How does the iis work?

546


What are the uses of reflection?

579


Explain the difference between the web config and machine config.

629