Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In the page attribute we write AutoEventWireup. What is its meaning??
Posted

Check this out: What+is+AutoEventWireup[^]
 
Share this answer
 
MSDN says:

Quote:
When AutoEventWireup is true, ASP.NET does not require that you explicitly bind event handlers to a page event such as Load.
When AutoEventWireup is false, you must explicitly bind the event to a method. For example, if you have a Page_Load method in the code for a page, the method will be called in response to the Load event only if you write code


Refer :

system.web.configuration.pagessection.autoeventwireup[^]

what-is-the-autoeventwireup-attribute-in-Asp-Net/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900