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

What is asp.net version?

0 Answers  


What are the types of caching in asp.net?

0 Answers  


Explain the steps to be followed to use passport authentication.

0 Answers  


Can a .net web application consume java web service?

0 Answers  


What New Features comes with ASP.NET Web API 2.0?

0 Answers  






How is my content secured from unauthorized access?

0 Answers  


What is app_code folder in asp net?

0 Answers  


Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version

2 Answers   Citrix, TCS,


What are session and cookies?

0 Answers  


Which is faster union or union all?

0 Answers  


What is the default Orientation property in a Menu control?

0 Answers   Sans Pareil IT Services,


suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.

3 Answers  


Categories