What is Auto-event wireup? what is the default value for
this? when u change the value what will happen?



What is Auto-event wireup? what is the default value for this? when u change the value what will ha..

Answer / srinivas

AutoEventWireup attribute of a Web Forms page to
automatically associate page events and event-handler
methods. If the AutoEventWireup attribute of the @ Page
directive is set to TRUE (or if it is not specified because
its default value is TRUE), the ASP.NET page framework
automatically calls page event-handler methods.

Is This Answer Correct ?    18 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What symbol specifies the beginning of a query string?

0 Answers  


What are the different method of navigation in asp.net?

0 Answers  


Describe the master page.

0 Answers  


Explain about asp.net caching?

0 Answers  


What are the different types of validation controls in asp.net?

0 Answers  






What is difference between datalist and gridview?

0 Answers  


Explain how can we access static variable?

0 Answers  


Define caching.

0 Answers  


Differences between “dataset” and “datareader”.

0 Answers  


What is sql data source control in asp.net?

0 Answers  


What types of data validation events are commonly seen in the client-side form validation?

0 Answers  


What type of code (server or client) is found in a Code-Behind class?

3 Answers   Siebel Systems,


Categories