0
votes

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?

1
When I try to register another control within the View.ascx page the other control will work, but the dropdownlist controls don't show correctly. Any Ideas why a dropdownlist control in another ascx control won't render correctly? - Michael JDI

1 Answers

1
votes

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.