Reputation: 1251
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?
Upvotes: 0
Views: 933
Reputation: 155935
Take a look at Navigating between DotNetNuke module controls using EditURL() or NavigateURL() for details on the options available to you for navigating between controls in your module.
Upvotes: 1