whate is AutoEventWireup in .net ?



whate is AutoEventWireup in .net ?..

Answer / manoj batra

To ensure that the ASP.NET engine is aware of customize
events we use the AutoEventWireup attribute, which
signifies whether the Page_Load() event handler (called on
loading the page) is automatically wired up to the
OnPageLoad event. By setting this attribute to false we
must provide our own code to do this if required, but this
gives us a bit more freedom in what we do

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More ASP Interview Questions

What are asp controls?

0 Answers  


How to add Textboxes Programmatically in each and every cell of Gridview along with the Excel data in the Gridvew.I mean when i get Excel data in Gridview i need to display Data and Textboxes for each and every cell of Gridview. Got it. Iam new to this concept plz help me. Thanks in Advance.

0 Answers  


What is servervariables collection in asp?

0 Answers  


Define microsoft intermediate language (msil)?

0 Answers  


Define a cookies collection?

0 Answers  






difference between POST & GET methods?

1 Answers  


How do I change a aspx file to a pdf?

0 Answers  


difference between html and asp?

0 Answers   Polycom,


When is the Session_OnStart event fired? A. Upon every request from an application by a client for an .asp document. B. Upon the first request from an application by a client for any file in the application. C. Upon the first request for an .asp document from an application by a client. D. Upon the first request for the global.asa file, in which the event handler is located. E. Upon the first request for an. html or .asp document from an application by client

1 Answers  


How we load the page in ASP?

0 Answers   HCL,


What are the stored procedure and why they are needed?

0 Answers  


Name two properties common in every validation control?

6 Answers   HCL,


Categories