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 is dry run?

1 Answers   HCL,


What is a form collection in asp?

0 Answers  


what is STLC in Testing

0 Answers  


Where is the value-type variables allocated in the computer ram?

0 Answers  


Name and explain about the Objects in ASP?

1 Answers  






What are the 3 types of internal controls?

0 Answers  


how can i connect to ms-access database, with ASP??

0 Answers  


How could u display all of the cookies/cookie values for a user through a Web page in ASP?

0 Answers   Google,


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  


Whats the implicit name and type of the parameter that gets passed into the class set method?

0 Answers  


What is the difference between 1.1 and 2.0 .Net framework?

2 Answers   DLI,


What is the microsoft intermediate language (msil)?

0 Answers  


Categories