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 n-tier system?

0 Answers  


Why asp is called active server?

0 Answers  


How do I view an asp file?

0 Answers  


what is the difference between #include directory in C,C++ and import java.packages in java

0 Answers   Genpact,


How to determine if a visitor has cookies support enabled in his/her browser?

1 Answers  






How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.

0 Answers  


why and how static variable retain their value after postback form ?

0 Answers  


How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID

1 Answers  


Can I use the win32 api from a .net framework program?

0 Answers  


What type of code is found in a code-behind class?

0 Answers  


can any one tell me about dot net framework not basic detail

0 Answers  


Define application object in asp?

0 Answers  


Categories