Hi friends,
How will this work?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted May 8, 2013, 11:55 PM
The ASP.NET page framework supports an automatic way to associate page events and methods. If the AutoEventWireup attribute of the Page directive is set to true, the page framework calls page events automatically, specifically the Page_Init and Page_Load methods.
there is hardcode name of the each event.
Please refer
http://msdn.microsoft.com/en-IN/library/system.web.configuration.pagessection.autoeventwireup%28v=vs.85%29.aspx
hope this will help you.
Suma MPosted May 9, 2013, 12:03 AM
Mahesh KumarPosted May 8, 2013, 11:06 AM