Hello, I am new to DNN and not a .Net programmer. I am working with version 7.00.03 and cannot find help on the problem I am having. In short, I have a page that has top, left, and right sections as per the page template. The content of each section will be one of many Text/HTML modules that have been created. Our users go through many stages and combinations of Roles and we want to leverage the current Roles to provide the appropriate content. One way to do this is throw all modules in each section onto one page and set role permissions for each, but that leads to one massive unruly page.
I was hoping that there was a way to point to the page and pass the three required module names in the querystring and have some code on the page that would interpret the information and load the appropriate html module in each section.
Any hope of doing that?
Thanks,
Rob