1

Does anyone know if viewstate is available when using ICallbackEventHandler? If not is there any work around to get it? Thanks.

Peanut
  • 18,967
  • 20
  • 72
  • 78

1 Answers1

1

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

Mehrdad Afshari
  • 414,610
  • 91
  • 852
  • 789
  • The link in this answer is no longer working, are you able to provide any additional context for this answer? – Taryn Mar 20 '13 at 03:38