Register
Login
Register
Login
Search
Home
Applications
Content Management System
Custom DNN Modules
BannerAd Rotator
Business Directory
Restaurant Menu Manager
Custom Database Reporting
Distributor Locator
Gift Certificates
Date Time Calculator
Consulting
Design
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()
DNN Expert
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
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
Posted in:
C Sharp - C#
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
08
Ventrian News Articles
DNN Expert
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
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
Posted in:
DNN
,
CSS
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
29
True False Eval Bool GridView TemplateField
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
Posted in:
Web Design
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
11
GridView Trim Long String
DNN Expert
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:
DNN
,
C Sharp - C#
,
Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 1 of 4
First
Previous
[1]
2
3
4
Next
Last
Archives
Azure (1)
C Sharp - C# (37)
..private void function() (11)
CraigsList (0)
CSS (15)
DNN (56)
..Modules (21)
....Core Modules (6)
....Custom Modules (33)
..Resource Links (2)
..Skin Objects (2)
..Social (1)
DNS (0)
E-Mail (3)
IIS (3)
Malware (1)
Microsoft SQL Server (17)
..Azure SQL Database (1)
..SQL Scripts (15)
..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 (1)
Technology (138)
VbScript (3)
Web Design (7)
Web.Config (5)