Skin issues with multiple controls in a Dot Net Nuke module
- by Josiah
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?