4

Possible Duplicate:
What is the ‘page lifecycle’ of an ASP.NET WebForm?

when i am opening an asp.net page, what is the order of the events like PreInit, etc that goes on?

Community
  • 1
  • 1
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062

2 Answers2

11

This page has a good explanation.

To summarize:

  • PreInit
  • Init
  • InitComplete
  • PreLoad
  • Load
  • Control events
  • LoadComplete
  • PreRender
  • SaveStateComplete
  • Render
  • Unload
Aaron
  • 6,988
  • 4
  • 31
  • 48
3

Seriously? Just because StackOverflow is a fabulous site, doesn't mean it should be the first place you go every time... :P

http://msdn.microsoft.com/en-us/library/ms178472.aspx

Bryan
  • 8,748
  • 7
  • 41
  • 62
  • 1
    Why not? Who are you to dictate what a person should or shouldn't do on the free platforms? Let's not ridicule people who don't do as we do. – Eugene Mar 26 '19 at 10:49