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.
Answer Posted / prabhu
Set Autopostback property o true
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain about secure socket layer?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Explain the differences between managed and unmanaged code?
What is Model-View-View Model?
What is the sequence in which ASP.NET events are processed?
What is use of <% %> in asp.net?
What are app services?
What is x xss protection?
Can you explain composite pattern?
What is ipostback?
How can you use a custom controls in ASP.NET application?
What is sta?
Describe a bubbled event and how it is used ?
Can we handle the error and redirect to some pages using web.config?
What does passport and windows authentication mean in ASP.NET?