Skin issues with multiple controls in a Dot Net Nuke module
        Posted  
        
            by Josiah
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Josiah
        
        
        
        Published on 2010-04-17T07:50:19Z
        Indexed on 
            2010/04/17
            7:53 UTC
        
        
        Read the original article
        Hit count: 531
        
In the Dot Net Nuke module that I'm developing I need to separate the controls into several different areas. Unfortunately, it appears that Dot Net Nuke thinks that any control identified by a control key is an 'edit' screen and changes the skin automatically.
- Is it possible to change this behaviour programmatically?
- What is the best method of switching controls without having the skin changed?
© Stack Overflow or respective owner