----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: geek_prad Message 2 in Discussion You will need to persist state information by overriding two methods - LoadViewState() and SaveViewState(). And, you also need to inherit from the interface IPostBackDataHandler, and implement the two methods defined in them - LoadPostData() and RaisePostDataChangedEvent(). LoadViewState() will get called first and then the LoadPostData. So you can check if data has been changed by the user before triggering the event. Hope this helps, cheers, -----Original Message----- From: MysticAspen [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 10:45 AM To: BDOTNET Subject: Urgent : Whats Wrong in my Custom Control ? New Message on BDOTNET Urgent : Whats Wrong in my Custom Control ? Reply Reply to Sender Recommend Message 1 in Discussion From: MysticAspen Hi all Im trying to develop a custom control. Have attached the piece of code heer with this. The Issue that i have is this. When the user fills in the phone numbers and hits submit form I dont see the Phone numbers that were entered in the Control. How do i achieve this ? TIA Srivats View Attachment(s) 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]
