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 server control extensibility with reference to asp.net 2.0 ?
What are the advantages of using session?
Do you know using sql cache invalidation?
List the asp.net validation controls?
What does aspcompat="true" mean?
What are the differences between primary foreign and unique keys?
Is there any property names “isnavigating”?
Can the dictionary object be created in client?s scope ?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Explain what is an assembly?
Explain about Application and Session Events ?
Define authentication and authorization.
Explain about asp.net 2.0 themes?
What is the use of the tag in the web.config file?
Why is string called immutable data type?