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
Can you explain autopostback?
Can the dictionary object be created in client?s scope ?
What is the difference between Session and response.Redirect?
Which property is used to identify the Page is Post Back in ASP.NET?
What is server side routing?
What is the difference between CLICK and MOUSE DOWN Event ?
How can we create pie chart in asp.net?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is asp.net version?
What is global.asax file used for?
What is special types forms
What is sta?
Disable browser cache for entire ASP.NET website?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?