What Are The Difference Between AutoEventWireup="true" and
AutoEventWireup="False"
Answer Posted / karthees
AutoEventWireup= true:-)
When value of the AutoEventWireup attribute is set to true, the ASP.NET page framework can automatically raise events.
AutoEventWireup= false:-)
When value of the AutoEventWireup attribute is set to false, one must manually call the events to event handlers.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
In which event of the page viewstate is available?
How long the items in ViewState exists?
What is the difference between system.stringbuilder and system.string
What is asynchronous call?
What are sql notifications and sql invalidations?
Explain what does wsdl stand for?
How can we register exception filter globally?
What is the difference between Classic ASP and ASP.Net?
In Code-Behind class which kind of code (server or client) is found ?
Can I combine classic asp and asp.net pages?
Is asp.net outdated?
What is the difference between visual basic and asp.net?
Explain the updatepanel?
What is event bubbling?
What are the different properties of server control that exists?