ViewState content when there are no controls on the page

Posted by Shay Friedman on Stack Overflow See other posts from Stack Overflow or by Shay Friedman
Published on 2010-03-08T09:47:53Z Indexed on 2010/03/08 9:51 UTC
Read the original article Hit count: 506

Filed under:
|

When you create an ASP.NET page with no controls and runs it, a view state hidden field is added.

Looking at what's in it (with ViewStateDecorder) reveals that there's a single value there that contains a number.

My question is - what is this number?

P.S. I guess this value appears on every page, with or without controls.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about viewstate