Hello and thank you for your support in advance,
I am developing a module using Chris Hammond s templates which have the basic View, Edit, And settings user controls.
I have added a new user control say names "formcomplete.ascx" to the project.
I am redirecting to that user control when the user clicks the submit button on the view control.
The code is:
this.Response.Redirect(Globals.NavigateURL(PortalSettings.ActiveTab.TabID, "FormComplete", "mid=" + ModuleId.ToString()));
This all works just fine.
But, is there a way where I can edit this page(formcomplete) and/or add a module to this page?
I am using DNN 7.2.2.
I cannot seem to find a way to do this.
I worked around the issue by just updating the view control with what I had in the formcomplete control - which works fine also.
But I am just curious as to how to do this another way.
If you have achieved this - could you please give a code snippet.
Thanks