Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Page instantiation sequence
Message
 
 
À
09/12/2008 13:28:04
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01366228
Message ID:
01367271
Vues:
9
>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform