Custom Modules

Snippets


Custom Modules

DotNetNuke Custom Modules

NO Image:
11
In the designer.cs file OLD . . .  // protected global::DotNetNuke.UI.WebControls.DnnCssInclude DnnCssInclude1; NEW . . .  prote...

[Read the rest of this article...]

DnnCssInclude
26
// GET MODULE SETTINGS var mc = new ModuleController(); var mi = mc.GetModule(1534); var tSettings = mi.ModuleSettings;    &nbs...

[Read the rest of this article...]

Posted in: Custom Modules
11
DotNetNuke.Security.Roles.RoleController rolesController = new DotNetNuke.Security.Roles.RoleController(); UserRoleInfo role = rolesController.GetUse...

[Read the rest of this article...]

DNN User Roles
25
                    ListItem lisource = ddlDonationSour...

[Read the rest of this article...]

Dropdown list
15
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
29
        <asp:TemplateField HeaderText="Bike Raffle*" ItemStyle-HorizontalAlign="Center" >...

[Read the rest of this article...]

GridView, TemplateField
Page 2 of 6First   Previous   1  [2]  3  4  5  6  Next   Last