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

Caching techniques in .NET?

2 Answers   Microsoft,


when will garbage collector run?

1 Answers  


Can we add code files of different languages in app_code folder?

0 Answers  


Difference between DataView and DataTable

4 Answers  


Explain what a diffgram is, and a good use for one?

1 Answers  






Explain the differences between Server-side and Client-side code?

2 Answers  


What is content place holder?

0 Answers  


What are web beacons used for?

0 Answers  


Can you use Web API with ASP.NET Web Form?

0 Answers  


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


How does a content page different from a master page?

0 Answers   MindCracker,


How can we make sure that Web API returns JSON data only?

0 Answers  


Categories