After capturing the SelectIndexChanged event for a ListBox
Control, you find that the event handler doesn?t execute.
What could be the problem be?

a) The AutoEventWireup attribute is set to False
b) The AutomaticPostBack attribute is set to False
c) The codebehind module is not properly compiled
d) The ListBox must be defined WithEvents.

Answers were Sorted based on User's Feedback



After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler..

Answer / prabhu

Set Autopostback property o true

Is This Answer Correct ?    9 Yes 0 No

After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler..

Answer / rana rashid

Set AutomaticpostBack attribute is true..

Is This Answer Correct ?    6 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

page life cycle of asp.net.

4 Answers  


What is stateless asp or asp.net ?

2 Answers   Accenture, BirlaSoft,


What is the syntax for datagrid and specifying columns?

0 Answers   Microsoft, SF,


Explain asp.net application life cycle?

0 Answers  


Give real time examples for polymorphism, encapsulation, inheritance..

2 Answers   L&T,


How is mvc different from asp.net? : Asp.Net MVC

0 Answers  


Explain different types of validators in asp.net?

0 Answers  


What are different methods of session maintenance in asp.net?

0 Answers  


I need some questions regarding asp.net for 1.5yrs of Experience.

1 Answers  


.Net Doesn't offer Deterministic Distruction ? a) True b) False

4 Answers   CTS,


Life cycle of ASP.NET page when a request is made ?

4 Answers   MMTS,


How you can return View from ASP.NET Web API method?

0 Answers  


Categories