Wednesday, 11 September 2013

DNN: Using multiple web user controls in one module and showing different controls in different pages

DNN: Using multiple web user controls in one module and showing different
controls in different pages

I'm a DotNetNuke newbie. Please be gentle. I'm using the "DotNetNuke 6
Compiled Module" template to build my module. I already have View.ascx
control in the project and have added another control called test.ascx.
My question is: how do I show different different views in different pages
I add the module to. (if that is possible at all) e.g Show View.ascx on
say the default.aspx page and then on the default2.aspx page show the
test.ascx user control?
If this is not possible does it mean I need different visual studio
projects for each ascx control. Surely not.

No comments:

Post a Comment