Home All Groups Group Topic Archive Search About

Sequence Order between Page Init and User Control Init

Author
24 Feb 2006 6:19 AM
Tony Cheng
Hello everybody,

I got a aspx which have several user controls on it. My question is that
what is the order of ASP.NET execute the page and user control ? does it
like this :

Page Init -> User Control Init -> Page Load -> User Control Load ?

Thx

Tony

Author
24 Feb 2006 1:56 PM
Juan T. Llibre
Check out ASP.NET 2.0's complete Application Life Cycle:

http://msdn2.microsoft.com/en-us/library/ms178473.aspx

There's very detailed info on ASP.NET's processing order in that document.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
Show quoteHide quote
"Tony Cheng" <sd***@fdfsds.com> wrote in message news:OD$P$nQOGHA.2472@TK2MSFTNGP11.phx.gbl...
> Hello everybody,
>
> I got a aspx which have several user controls on it. My question is that what is the order of
> ASP.NET execute the page and user control ? does it like this :
>
> Page Init -> User Control Init -> Page Load -> User Control Load ?
>
> Thx
>
> Tony
>



Post Thread options