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.
Post New Answer View All Answers
What is datagrid asp.net?
Can action method static?
What is data reader in asp.net?
What is validation in asp.net?
Define resource files.
What are validator? How do you disable them?
How Can assign alias name for ASP.NET Web API Action?
What is application Object?
Explain about Multi-Language integration?
What is the use of placeholder control? Can we see it at runtime?
Describe how ASP.NET maintains process isolation for each Web application?
What are the various types of validation controls provided by asp.net?
Which method do you use to kill explicitly a users session?
What is the maximum number of classes that can be contained in one dll file?
What does mean by a neutral culture?