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 is the difference between the get method () and post method ()?
Which of the following .NET framework supports Web API?
What are the benefits of Razor View?
Do cookies store passwords?
Difference between singleton and singlecall.
What is s2s tracking?
Explain swagger components.
What is an imagemap in asp.net?
What is .net framework and what are the main components of it?
How to comment out asp.net tags?
Is it possible for me to change my aspx file extension to some other name?
What is session authentication?
What is a url string?
What is routing in MVC?
What’s the difference between response .redirect and server.transfer?