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
What is difference between abstract class and an interface?
What’s the difference between response .redirect and server.transfer?
Explain the working of passport authentication.
Give an example of what might be best suited to place in the application_start and session_start subroutines?
How to change Master page in ASP.Net using code?
What is asp.net used for?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What are sql notifications and sql invalidations?
What is the use of web.config and machine.config files?
What is the basic difference between asp and asp.net?
Can you set the session out time manually?
Explain the different types of directives in .net?
What is css and what is it used for?
What is Cookies Less Session?
Explain about Automatic resource management?