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.
Answers were Sorted based on User's Feedback
What is the difference between application object and session object?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
What is & in a url?
What is localization and Globalization?
What is Model-View-View Model?
How would you get asp.net running in apache web servers? Explain it's limitations.
What are two ways that you can set the minimum and maximum values for a rangevalidator? When would you use each technique?
What are the Types of object in asp
Explain the Order of events in an asp.net page?
How use Xml data in ASP.net?
difference between caching objects in session objects?
What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?