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
What are sessions and cookies?
What is a ashx file?
What are the security types in ASP/ASP.NET? Different Authentication modes?
Differentiate between authentication and authorization.
How do you implement postback with a text box?
To get the values in two different controls to match which control you use it?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What is data grid view in asp.net?
How you can add an event handler?
Can I combine classic asp and asp.net pages?
What is a url string?
What websites use asp.net?
Explain the various authentication mechanisms in asp.net.
Explain asp.net page life cycle?