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

Your manager has asked you to describe what you would use application variables for. What statement best describes the use of application variables? a) Application Variables are used to keep state for each connected user. b) Application Variables are used to keep state for the web site c) Application Variables are used to keep state for the application on the server d) Application Variables are used to keep state for all applications objects in the web site.

1 Answers   Syntax Softtech,


Hi, I Dont know about Application and Session State management. Can anyone explain me with simple example?

1 Answers  


What is a session government?

1 Answers  


What is three major points in WCF?

9 Answers   Syntel,


Explain what the contents of cookie?

1 Answers  


What are the new features implemented in ASP.NET?

1 Answers   TCS,


Why session management is required?

1 Answers  


What is the default timeout for a cookie?

1 Answers  


What is postback and autopostback in asp.net?

1 Answers  


what are types of viewstate

1 Answers  


How can we Deploy a website?

2 Answers  


Is asp.net a programming language or framework?

1 Answers  


Categories