----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: SriBhagavan Message 4 in Discussion hi, Page_Init: Called when the page is about to be initialized with its basic settings Page_Load: Called once the browser request has been processed, and all of the controls in the page have their updated values. Usage: When you need to restore the viewstate of a control on the webpage you should create an instace of this webcontrol in the page_init. The reason for this is that the viewstate is loaded between the init and the load event. So this also means that is you want to access the value of a web control after a postback you have to do this after the viewstate has been restored, so you can not do this in the page_init. ----------------------------------------------------------- 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]
