Hello Everyone,
I am new to DNN and facing problem while navigating from one page to another. ( All pages are created using control panel)
Here is the details:
I have created two pages called 'Page1' and 'Page 2'. On each page, I had added separate module(user defined) control say 'Module1' and 'Module2'.
In Module1, I had just show the label having 'You are in Module 1' and similary on Module 2, 'You are in Module 2'.
I have added Module 1 on 'Page 1' and Module 2 on 'Page 2'.
Now, what I need is that, I have created third page called 'Page 3'.
In this page, I had displaying two achor tages like:
> Go on Page 1 (Html: <a href="Page1.aspx"> Go on Page 1 </a> )
>Go on Page 2 ( Html : <a href="Page2.aspx"> Go on Page 2 </a> )
Now, when user click on Page 1 then it will need to go on Page1 which I had already created using top control panel and similary when click on page 2 it will need to go on Page2.
So, can anybody is help me how I can do this?
Thanks & Regards