I am using the compiled module Visual Studio template.
I want to navigate between different ascx controls that I have added to the solution. When the user clicks a button I want to load a different ascx control and allow them to edit some data.
What is the best way to handle ascx to ascx control navigation within the same module?