Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page instantiation sequence
Message
 
 
To
09/12/2008 13:28:04
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01366228
Message ID:
01367271
Views:
10
>>>In your sequence you're missing saving and restorng ViewState data.
>>
>>Can you post all events that would happen after the button's click?
>
>I don't have the link you are referring to but I have this in my ASP book.
>
>PreInit - occurs just before the init phase (not 1.x)
>Init - occurs when the page is initialized and is the first step in the apge life cycle
>InitComplete - after all child controls have been initialized (not in 1.x)
>PreLoad - occurs just before the loading phase of page begins (not in 1.x)
>Load - occurs when the page loads up after being initialized
>LoadComplete - occures when loading of page is completed and server events have been raised
>PreRender - occurs just when page is about to render
>PreRenderComplete - Occurs just before the pre-rendering phase begins (not in 1.x) hmm, is this a typo in the book
>SaveStateComplete - occurs when the view state of the page has been saved to the persistence medium (not in1.x)
>
>Best I can do.
>Tim

While looking for something else found this link http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=450 which seems to be good.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform