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
Explain ViewState?
Explain automatic memory management in .net.
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
To display data in a Repeater control which template you provide?
Give a few examples of page life cycle events.
Is asp.net mvc front end or backend? : Asp.Net MVC
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What is the Intermittent crashing of application in production?
How to change Master page in ASP.Net using code?
How can you handle errors in Web API?
Differentiate between file-based dependency and key-based dependency.
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Can we handle the error and redirect to some pages using web.config?
Why is an object pool required?
Explain Features in ASP.NET