Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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.

Answers were Sorted based on User's Feedback



After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler..

Answer / prabhu

Set Autopostback property o true

Is This Answer Correct ?    9 Yes 0 No

After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler..

Answer / rana rashid

Set AutomaticpostBack attribute is true..

Is This Answer Correct ?    6 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

my name is sumeetha i am using google gears in .net.what's the problem is my server is in another place. i am working here when i entered the values in textboxes and press enter then it should store in database(sql server) which is in another system.when that sever system is shutdown then the values which i submit should store in my system and after system opened it should automatically store the values in the system can any one plz urgent suggest answer for this question?

2 Answers  


I create small website, i want accept all the browser this website? what will do?

1 Answers  


Why we use asp.net for website development?

0 Answers  


when the user control event occur in ASp page life cycle?

3 Answers   Microsoft,


What is difference between rest and soap?

0 Answers  


What is the sequence of operation takes place when a page is loaded ?

1 Answers  


What are session state modes in asp.net?

0 Answers  


What are the three parts of an http response?

0 Answers  


if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.

1 Answers  


In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?

0 Answers   Siebel,


How to register exception filter globally?

0 Answers  


Name the application folders present in asp.net 2.0?

1 Answers  


Categories