Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Sequence Order between Page Init and User Control Init

Reply
Thread Tools

Sequence Order between Page Init and User Control Init

 
 
Tony Cheng
Guest
Posts: n/a
 
      02-24-2006
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


 
Reply With Quote
 
 
 
 
Juan T. Llibre
Guest
Posts: n/a
 
      02-24-2006
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/
===================================
"Tony Cheng" <> wrote in message news:OD$P$...
> 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
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
init of class members : mem(0) vs. mem() vs. not-init at all news.aon.at C++ 11 01-29-2011 07:30 PM
how to iterate over sequence and non-sequence ? stef mientki Python 13 10-20-2007 10:21 AM
questions about object initialization, default-init and value-init Jess C++ 4 05-04-2007 02:47 AM
Compiler/Linker Error undefined reference to 'std::ios_base::Init::Init[in-charge]() clusardi2k@aol.com C++ 1 08-18-2005 07:11 PM
BOOT SEQUENCE (how to change boot sequence) bird Computer Support 13 12-24-2003 02:20 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57