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 symbol would you use to denote, the start of a code block in aspx views?
What is the difference between a candidate key and primary key?
Explain automatic memory management in .net.
What is globalization and localization in asp net?
What is authorization in asp.net?
What is the maximum amount of memory any single process on windows can address?
What are the types of caching in asp.net?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
How to display Alert in ASP.NET
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Why mvc is faster than asp.net? : Asp.Net MVC
Explain swagger components.
Explain asp.net mvc request life cycle? : asp.net mvc
How would you create a permanent cookie?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?