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
What are cookies in your browser?
What is in a session cookie?
Explain exception handling in .net.
What does clearing cache?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What is the use of autowireup in asp.net?
What are the modes of updation in an updatepanel?
What are the benefits of view state?
What are the navigation ways between pages available in ASP.NET?
Difference between Response.redirect vs server.transfer?
What is role-based security in asp.net?
What is the default authentication mode for asp.net?
What is difference in .net 1.1 and .net 2.0?
What are the different methods of session maintenance in asp.net?
What are the differences between clr & cts?