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 are the various types of validation controls provided by asp.net?
How to implement globalization and localization in the use interface in .net.
What is asp.net and ado net?
What is inproc and outproc?
What is the purpose of master page?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the use of web.config and machine.config files?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What are sharepoint pages?
What are the disadvantages of using session?
What is the use of session?
How many types cache in asp net?
What is postback in asp net?
What is a SESSION and APPLICATION object?
How can we inherit a static member?