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 SelectionIndexChanged event.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can you handle exceptions in asp.net?
Is web config mandatory?
Explain how can we access static variable?
How many types of sessions in asp.net?
What is latest version of asp.net mvc? : Asp.Net MVC
Disable Mouse right click on web page in asp.net?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
How to use ipostback?
Explain the difference between Web Garden and Web Farm?
Explain file-based dependency and key-based dependency.
Explain the difference between asp.net mvc and asp.net webforms
How can we create a website?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
How would you turn off cookies on a page of a website?
Why would anyone need to implement their own hashtable or linked list?