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 / eduardo belmonte
The SelectionIndexChanged event.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Difference between singleton and singlecall.
What is content page in asp net?
Define application state variable and session state variable?
What is application variable in asp.net?
how to elimainte the similar data from the different tables
What are directives in asp.net?
What is the difference between custom web user control and a custom web server control?
What is cross page posting? How is it done?
What are sql joins?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is HTTPModule and HTTPcontext? What is the use of each?
Explain automatic memory management in .net.
How you can stop the validation of ASP.NET controls from client side?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is session in web technology?