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
What are the advantages of using session?
What are the validation controls available in ASP.NET?
What is the Difference between MVC And MVP design pattrens
Differentiate between authentication and authorization.
What a diffgram is, and a good use for one?
How can we use Web API with ASP.NET Web Form?
What are the two properties that are common on every validation control?
What is the use of placeholder control? Can we see it at runtime?
What are Authentication and Authorization?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain how asp.net page works?
What is the basic difference between asp and asp.net?
What is web api and why to use it?
What is parse in asp.net?
What is a viewbag?