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
How can we create Tree control in asp.net?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is difference between Fragment Caching and Page Caching in ASP.NET?
What are sessions used for?
What does postback mean?
Explain what are delegates?
Can you explain autopostback?
What is work flow gen? how can it will work with .Net?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is ashx file in asp.net?
What is the use of dispose method?
How can you display all validation messages in one control?
Define common type system?
What is a page life cycle?
What is Cookies Less Session?