ViewState in a HttpHandler?

Posted by Lieven Cardoen on Stack Overflow See other posts from Stack Overflow or by Lieven Cardoen
Published on 2010-04-09T07:19:59Z Indexed on 2010/04/09 7:23 UTC
Read the original article Hit count: 163

Filed under:

I have an aspx page that I want to convert to an HttpHandler, but I'm struggling with ViewState that's been used in the code behind of the aspx page. How do you solve this?

© Stack Overflow or respective owner

Related posts about ASP.NET