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
Where is the view state data stored?
What is Web API?
How can we create Tree control in asp.net?
Is viewstate secure?
What is an il?
About CLR, reflection and assemblies?
What is sdlc process?
How do you use viewstate?
Explain the concept of View Model in MVC?
Explain automatic memory management in .net.
Where the cookie value is stored?
What is web api vs wcf?
What is an imagemap in asp.net?
What is %20 in a url?
What is the viewstate in asp.net?