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 ChangedSelection event.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What are sharepoint pages?
Define repository pattern in asp.net mvc? : asp.net mvc
Can asp.net work on an nt server?
How do cookies work? Give an example of their abuse.
Explain the flow of processing of the request? : asp.net mvc
How many types of triggers are there in update panel?
Which method do you use to kill explicitly a users session?
How would you enable impersonation in the web.config file?
Explain diff. Between friend and protected friend?
Describe how passport authentication works.
Explain what is clr?
What are all the various Estimation Techniques available ?
Can I have a unique key as foreign key?
What are the different validators in asp.net?
Is post back property in asp net?