----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Rasti Message 4 in Discussion The reason why you get this error is because of the fact that viewstate is maintained as string/text only. Since your object cannot be explicitly converted into string (as it is not serialized), you'll get this error. The solution is to get the class SERIALIZED (as stated in other response to your message). -----Original Message----- From: SIDNK [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 5:16 PM To: [EMAIL PROTECTED] Subject: ViewState help New Message on BDOTNET ViewState help Reply Reply to Sender Recommend Message 1 in Discussion From: SIDNK hi, i want to retain the state of the object even after the PostBack how do i do this...? i tried to put the object in the viewstate but it gives me the following error... "The type 'TriceServices.boRequests' must be marked as Serializable or have a TypeConverter other than ReferenceConverter to be put in viewstate" plz help me out.. thanx in advance... ___________________________________________________________ALL-NEW Yahoo! Messenger - all new features - even more fun! http://www.allnewmessenger.com 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]
