|
|
Custom Modules
DotNetNuke Custom Modules
NO
Image:
DNN Expert posted on July 11, 2019 15:50
In the designer.cs file
OLD . . .
// protected global::DotNetNuke.UI.WebControls.DnnCssInclude DnnCssInclude1;
NEW . . .
prote...
[Read the rest of this article...]
DnnCssInclude
DNN Expert posted on December 26, 2018 15:15
// GET MODULE SETTINGS
var mc = new ModuleController();
var mi = mc.GetModule(1534);
var tSettings = mi.ModuleSettings; &nbs...
[Read the rest of this article...]
DNN Expert posted on May 11, 2018 10:59
DotNetNuke.Security.Roles.RoleController rolesController = new DotNetNuke.Security.Roles.RoleController();
UserRoleInfo role = rolesController.GetUse...
[Read the rest of this article...]
DNN User Roles
DNN Expert posted on April 25, 2018 06:06
DNN Expert posted on October 15, 2017 09:04
Add a stylesheet from custom DNN module settings
HtmlGenericControl css1 = new HtmlGenericControl("link");
css1.Attributes["type&qu...
[Read the rest of this article...]
css,
stylesheet,
DNN Module Settings
DNN Expert posted on September 29, 2017 05:45

<asp:TemplateField HeaderText="Bike Raffle*" ItemStyle-HorizontalAlign="Center" >...
[Read the rest of this article...]
GridView,
TemplateField