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



When working with ASP.Net server controls, it is important to use the right event handlers to captu..

Answer / swapna

The SelectionIndexChanged event.

Is This Answer Correct ?    4 Yes 0 No

When working with ASP.Net server controls, it is important to use the right event handlers to captu..

Answer / eduardo belmonte

The SelectionIndexChanged event.

Is This Answer Correct ?    4 Yes 0 No

When working with ASP.Net server controls, it is important to use the right event handlers to captu..

Answer / dilraj lipput

The SelectionIndexChanged event.

Is This Answer Correct ?    4 Yes 0 No

When working with ASP.Net server controls, it is important to use the right event handlers to captu..

Answer / dilraj lipput

The ChangedSelection event.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

which method marks a config file section for encryption?

1 Answers  


What base class do all Web Forms inherit from?

2 Answers   Siebel Systems,


Define view state.

0 Answers  


What is the difference between a Thread and Process?

1 Answers  


What is personalization? What are the properties available in personalization?

1 Answers  






when using personlization, how do you access over setting at runtime?

1 Answers  


How to send auto matic emails based on scheduled tasks to several of my clients

6 Answers  


How can we use Web API with ASP.NET Web Form?

0 Answers  


What is boxing and unboxing in asp.net?

0 Answers  


What is the difference between Server.Transfer and Response.Redirect?

5 Answers  


What is the Difference between MVC And MVP design pattrens

0 Answers   Symphony,


Where viewstate value is stored in asp.net?

0 Answers  


Categories