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
Application Screen Shots
Gift Certificates
Demo
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
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)
25
Call a Function from a GridView
DNN Expert
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...]
Function
,
GridView
Posted in:
C Sharp - C#
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 1 of 4
First
Previous
[1]
2
3
4
Next
Last
Archives
C Sharp - C# (33)
..private void function() (8)
CraigsList (0)
CSS (14)
DNN (49)
..Modules (20)
....Core Modules (5)
....Custom Modules (28)
..Resource Links (1)
..Skin Objects (2)
..Social (1)
DNS (0)
E-Mail (3)
IIS (3)
Malware (1)
Microsoft SQL Server (16)
..SQL Scripts (13)
..SQL Server 2008 R2 (11)
..SQL Server 2014 (1)
..Stored Procedures (5)
Networking Problems (6)
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)
Technology (139)
VbScript (2)
Web Design (7)
Web.Config (5)