Does anyone know if viewstate is available when using ICallbackEventHandler? If not is there any work around to get it? Thanks.
Does anyone know if viewstate is available when using ICallbackEventHandler? If not is there
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ViewState is available to be read, but you cannot update it.
You might wanna check this out for idea of a workaround: http://www.reimers.dk/blogs/jacob_reimers_weblog/archive/2007/03/23/tweaking-the-icallbackeventhandler-and-viewstate.aspx