Accress Parent Page's Viewstate in ASP.NET
        Posted  
        
            by rachmos
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by rachmos
        
        
        
        Published on 2010-04-06T19:28:30Z
        Indexed on 
            2010/04/06
            19:33 UTC
        
        
        Read the original article
        Hit count: 199
        
OK, I guess I'm missing something obvious here, but I still can't make it work...
I have a page in ASP.NET. I have a nested class inside the page. I have a property in this nested class. How can I access the page's viewstate from the property's Set statement?
Thanks!
© Stack Overflow or respective owner