What's the meaning of Web Page life-cycle?

user920500 picture user920500 · Aug 30, 2011 · Viewed 7.3k times · Source

I'm new to C# and ASP.NET. I hear a lot about application and/or web page life-cycle. I want to know what's the meaning of this?

Answer

Tejs picture Tejs · Aug 30, 2011

The page lifecycle is the sequence of events that are invoked in an ASP.NET Page Request.

This is documented in great detail here.