Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page Load or Page PreRender?
Message
 
 
To
08/09/2008 06:56:14
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01345672
Message ID:
01345728
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
>Hi all,
>
>Recently, we would like to standardize the function calls in the page events, and discussed about what should be putting in Page_Load and Page_PreRender. However, each of us has different opinions and we would like to refer to expert's opinion. Is they any guidelines or best practise for Page_Load and Page_PreRender events?
>
>Any advice would be greatly appreciated, thanks.

Check this article
http://msdn.microsoft.com/en-us/library/ms972976.aspx#viewstate_topic2

I also tend to put most of event processing logic in Page_Load.
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