I create a module in DNN 7, which have 10 controls. These controls call through each other with different parameters. i need to keep the navigation URL of my controls in order to use in "Back" button in each control. I used this code : Response.Redirect(DotNetNuke.Common.Globals.NavigateURL()); but it returns to the very first control of my module.
How can i have a simple breadcrumb like object within my module which keeps previous control with all its parameters?