Search code examples
c#asp.netlifecyclepage-lifecycle

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


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?


Solution

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

    This is documented in great detail here.