Login
Login
Search
Design
Consulting
DNN Apps
Content Management System
Custom DNN Modules
Business Directory
Restaurant Menu Manager
Custom Database Reporting
Distributor Locator
Gift Certificates
Date Time Calculator
Screenshot Gallery
TimeTracker
Surveillance Systems
Business Links
Support
Knowledge Base
Contact
Modules
Support
/
Knowledge Base
/
DNN
/
Modules
Snippets
Current Articles
|
Archives
|
Search
Modules
DotNetNuke Modules
NO Image:
Core Modules
Custom Modules
27
Create DNN List Using ListController()
posted on January 27, 2020 08:52
public void CreateList() { try { //create a placeholder entry - const string listName = "InventoryReportingType"; var listC...
[Read the rest of this article...]
ListController()
Posted in:
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
11
Get DNN Users Role Expiration Date
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
Posted in:
C Sharp - C#
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
08
Ventrian News Articles
posted on May 08, 2018 13:19
Getting an error when submitting an article for approval . . . Offending user control: ucSubmitNewsComplete ModuleControlSource:Desk...
[Read the rest of this article...]
Ventrian New Articles
Posted in:
Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
15
Add Stylesheet from Code Behind
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
Posted in:
CSS
,
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
29
True False Eval Bool GridView TemplateField
posted on September 29, 2017 05:45
<asp:TemplateField HeaderText="Bike Raffle*" ItemStyle-HorizontalAlign="Center" >...
[Read the rest of this article...]
GridView
,
TemplateField
Posted in:
Modules
,
Custom Modules
,
Web Design
Actions:
E-mail
|
Permalink
|
Comments (0)
11
GridView Trim Long String
posted on May 11, 2016 09:32
Try this . . . . <asp:TemplateField HeaderText="Thank You Letter"> <ItemTemplate> <asp:Label ID="lblTYLetter" runat="server" Text...
[Read the rest of this article...]
GridView TemplateField
Posted in:
C Sharp - C#
,
DNN
,
Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
25
Call a Function from a GridView
posted on January 25, 2016 08:43
<asp:TemplateField HeaderText="Frequency"> <ItemTemplate> <asp:Label ID="lblFrequency" runat="server" Text='<%# GetFrequencyLook...
[Read the rest of this article...]
GridView
,
Function
Posted in:
C Sharp - C#
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
23
Ventrian Gallery Latest Template
posted on January 23, 2016 06:09
Link to photo slideshow: <div style="margin: auto;width: 100%;text-align: center;">[PHOTOWITHBORDER]</div> <div style="text-ali...
[Read the rest of this article...]
Ventrian Simple Gallery
Posted in:
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
15
Pivot Query for Ventrian Property Agent
posted on December 15, 2014 08:22
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
Posted in:
Modules
,
Custom Modules
,
Microsoft SQL Server
,
SQL Scripts
,
SQL Server 2008 R2
,
Stored Procedures
Actions:
E-mail
|
Permalink
|
Comments (0)
27
Get DNN User Profile Property Value
posted on September 27, 2014 07:10
using DotNetNuke.Entities.Profile; string _value = GetUserProfilePropertyValue("MyCustomProfileField").ToString(); public string GetUserProf...
[Read the rest of this article...]
DNN
,
ProfileProperty
Posted in:
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 1 of 3
First
Previous
[1]
2
3
Next
Last
Categories
Azure (2)
C Sharp - C# (38)
..private void function() (11)
CSS (16)
DNN (60)
..Modules (21)
....Core Modules (6)
....Custom Modules (36)
..Resource Links (2)
..Skin Objects (2)
..Social (1)
E-Mail (3)
IIS (3)
Malware (1)
Microsoft SQL Server (17)
..Azure SQL Database (2)
..SQL Scripts (16)
..SQL Server 2008 R2 (11)
..SQL Server 2014 (1)
..Stored Procedures (6)
Networking Problems (7)
Operating Systems (1)
..Windows 7 (3)
..Windows Server 2003 (1)
..Windows Server 2008 (2)
..Windows Server 2012 (2)
..Windows Vista (2)
..Windows XP (4)
PCI DSS Compliance (1)
SSRS (2)
Technology (139)
VbScript (3)
Web Design (7)
Web.Config (5)
Archives
2024 (12)
2023 (1)
2022 (1)
2021 (2)
2020 (16)
2019 (11)
2018 (8)
2017 (14)
2016 (14)
2015 (4)
2014 (26)
2013 (11)
2012 (15)
2011 (30)
2010 (157)