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
Is it right that ASP.NET Web API has replaced WCF?
Explain the difference between server control and html control.
What is cookies cache and session?
How to you can limit Access to Web API to Specific HTTP Verb?
Web API supports which protocol?
Explain transparent caching with aop?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Explain the difference between an exe and a dll?
How do I create a web form?
How many web config files can be created for an application?
Who is using asp.net?
How we can force all the validation controls to run?
What is virtual directory in asp.net?
Explain asp.net page life cycle?
What is hidden field in asp.net?