What Are The Difference Between AutoEventWireup="true" and
AutoEventWireup="False"
Answer Posted / navneet
When you set the value of the AutoEventWireup attribute to
false, you must manually hook up events to event handlers.
such as Page_Load() etc.
When you set the value of the AutoEventWireup attribute to
true, the ASP.NET page framework can automatically raise
events.
such as Page_Load() etc.
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
What is request and response in asp.net?
Please briefly explain the usage of global.asax?
What is application in asp net?
What are merge modules?
How does asp.net work?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Which namespace is used by ado.net?
What do you mean by marshalbyref?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
how to write html code with ssl
Why is an object pool required?
Explain advantages of caching?
What are the steps involved to fill a dataset?
What is a response cookie?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?