----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Gunjan246 Message 2 in Discussion Hi Babu, Use this event to perform any updates before the output the server control is rendered to the page. Any changes in the view state of the server control can be saved during this event. Such changes made in the rendering phase will not be saved. For examples you can refer the following links : http://msdn.microsoft.com/msdnmag/issues/06/07/ExtremeASPNET/default.aspx ( more of conceptual) http://www.extremeexperts.com/Net/Articles/ViewState.aspx (includes coding part as well) Beyond this I would like to share one more important point... The following is the sequence in which events occur when a master page is merged with a content page: Master page controls Init event. Content controls Init event. Master page Init event. Content page Init event. Content page Load event. Master page Load event. Content controls Load event. Content page PreRender event. Master page PreRender event. Master page controls PreRender event. Content controls PreRender event. Regards, Gunjan Arora ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
