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:
Reviewing a program which I am incorporating and I came across

protected void Page_Init(object sender, EventArgs e)



I tried to get further understanding but the meaning is not clear.

Is it a user defined or ?


Please clarify

Thanks

What I have tried:

Checked the Internet and other programs I have.
Posted
Updated 26-Mar-16 3:01am

1 solution

It's a method - specifically an event handler for your webpage - which is called at the beginning of initialization before the Page_Load event handler.
ASP.NET Page Life Cycle Overview[^]
 
Share this answer
 

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



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