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
What’s the difference between response .redirect and server.transfer?
when a request is made in Life cycle of ASP.NET page .
Define web services in asp.net.
Is asp.net different from asp? If yes, explain how?
What is viewstate in asp net with example?
Is asp.net free?
Can we have multiple web config files for an asp.net application?
Is a dll file an executable?
Explain how can we access static variable?
Describe the events in the life cycle of a web application.
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is & in a url?
What are the advantages of asp.net?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is css in asp.net?