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 / rana rashid
Set AutomaticpostBack attribute is true..
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is the difference between user control an custom control?
Explain server-side scripting?
Where web.config file is used?
Why is mvc better than asp.net?
Describe a Windows Service and its lifecycle ?
What are the difference between overriding and overloading?
Explain about asp.net caching?
Explain the working of passport authentication.
Explain the difference between an exe and a dll?
Is asp.net free?
What is asp.net master page?
What is the used of "ispostback" property?
Why do we need asp.net?
Explain client side state management system.
What is the difference between viewstate and hidden field in asp.net?