• Login

Snippets


Custom Modules

DotNetNuke Custom Modules

NO Image:
11
DotNetNuke.Security.Roles.RoleController rolesController = new DotNetNuke.Security.Roles.RoleController(); UserRoleInfo role = rolesController.GetUser...

[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"]...

[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
04
DNN now returns the long state name when using DotNetNuke.Entities.Users.UserInfo . . . Here's an easy workaround for returning the 2 letter stat...

[Read the rest of this article...]

State Name, State Code
25
<asp:TemplateField HeaderText="Frequency"> <ItemTemplate> <asp:Label ID="lblFrequency" runat="server" Text='<%# GetFrequencyLookup...

[Read the rest of this article...]

GridView, Function
23
Link to photo slideshow:  <div style="margin: auto;width: 100%;text-align: center;">[PHOTOWITHBORDER]</div> <div style="text-align...

[Read the rest of this article...]

Ventrian Simple Gallery
15
I had a need for getting a property details for a SSR report and came up with the following store procedure  . . . I thought it might be useful t...

[Read the rest of this article...]

Ventrian Property Agent
26
DotNetNuke.Services.Log.EventLog.EventLogController objEventLog = new DotNetNuke.Services.Log.EventLog.EventLogController(); objEventL...

[Read the rest of this article...]

DNN Event Viewer
30
function OpenDialog(url, height, width, title) { var vurl = url; var vheight = height; var vwidth = width; var vtitle...

[Read the rest of this article...]

DNN, jQuery, modal
Posted in: DNN, Custom Modules
Page 2 of 4First   Previous   1  [2]  3  4  Next   Last