----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: geek_prad Message 4 in Discussion Cool!, that means your LoadPostBackData is not being fired. ASP.NET page framework will trigger this function on all server controls that implement the IPostBackDataHandler interface and have one control whose ID is set to your control's ID. Now check the IDs of the server control (for eg: TeleBox1) and one of the client controls (say a input type=hidden) rendered by this server control. It should match. If it does not, then the function will NOT be triggered by ASP.NET page framework. Alternatively, you can register a dummy hidden field from within your render method, set the ID for that hidden field to 'this.ID' - that should set it right. cheers, -----Original Message----- From: MysticAspen [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 1:35 PM To: BDOTNET Subject: Re: SOS ! Need urgent help on Web Custom Control New Message on BDOTNET SOS ! Need urgent help on Web Custom Control Reply Reply to Sender Recommend Message 3 in Discussion From: MysticAspen hi geek it doesnt View other groups in this category. ----------------------------------------------------------- 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]
