What Are The Difference Between AutoEventWireup="true" and
AutoEventWireup="False"
Answer Posted / vishnu prasad.c
When you set the value of the AutoEventWireup attribute to
false, you must manually hook up events to event handlers.
When you set the value of the AutoEventWireup attribute to
true, the ASP.NET page framework can automatically raise
events.
| Is This Answer Correct ? | 39 Yes | 5 No |
Post New Answer View All Answers
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is an asp.net validator? And, mention its types.
How information about the user's locale can be accessed?
Is asp.net a language?
What is mta?
Where are session variables stored?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is the difference between adding reference in solution explorer and adding references by using ?
What is slidemaster?
If we remove web.config or machine.config from the application then, is this application will works?
Where is asp.net view state stored?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
List the major built-in objects in asp.net?
What is the importance of Global.asax in ASP.NET?
What is session id in web application?