I'm new DNN. I have problem with navigation in DNN. I have a module with a display page and two views:
- List of all Items
- List of approving Items
I create a module with two Module Definitions for those views control. The first definition include two controls:
- View control
- Display control
The second definition include one control: 1. View control
My problem is the navigation Url from view1 to display page is working OK but navigation from view2 is bring me to blank page. This is navigation in two views:
View1: http://dnndev.me/en-us/vnp/services/service/ctl/Display/mid/426/id/82
View2: http://dnndev.me/en-us/vnp/services/service/ctl/Display/mid/427/id/82
Anyone help me. Thanks alot.