----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Saravana Message 2 in Discussion Hi, Before answering this question, i need to know how did you verified that viewstate is not working properly in asp.net. The view state represents the state of the page and its controls just before the page is rendered in HTML. When the page posts back, the view state is recovered from the hidden field, deserialized, and used to initialize the server controls in the page and the page itself. However, this is only half the story. After loading the view state, the page reads client-side information through the Request object and uses those values to override most of the settings for the server controls. In general, the two operations are neatly separated and take place independently. In particular, though, the second operation�reading from Request.Form�in many situations ends up just overriding the settings read out of the view state. So thought you disable viewstate in controls like textbox, its value is restored using request object. For more details, check out this article, http://www.extremeexperts.com/Net/Articles/ViewState.aspx So its not bug, can check again. -Saravana www.extremeexperts.com ----------------------------------------------------------- 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]
