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
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
How you can stop the validation of ASP.NET controls from client side?
What is another word for redirect?
Explain difference between friend and protected friend?
If we remove web.config or machine.config from the application then, is this application will works?
What is masterpage?
Please briefly explain the usage of global.asax?
Which tool you have done?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
How do session tokens work?
What are the differnt types of handler in ASP.NET?
Explain method to handle error using HttpError in Web API?
How do u optimize a query in asp.net?
Can you explain the importance of finalize method in .net?
Define reflection in .net?