How to make user control partial classes aware of controls declared in the base class?
        Posted  
        
            by Helephant
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Helephant
        
        
        
        Published on 2010-03-05T11:02:12Z
        Indexed on 
            2010/03/08
            9:51 UTC
        
        
        Read the original article
        Hit count: 294
        
Do we have to do something special to have ASP.NET partial classes aware of controls that are declared in our user control's base classes? The partial classes keep generating declarations for controls in the base class which mean the controls in the base class get hidden and are null.
© Stack Overflow or respective owner