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
Knowledge Base
Support
/
Knowledge Base
Snippets
Current Articles
|
Archives
|
Search
25
DNN SendMail Attachments
DNN Expert
posted on January 25, 2020 09:11
C# declare empty string array for Attachments string[] arr = new string[] {};string[] arr = new string[] {};string[] attachments = new string...
[Read the rest of this article...]
Posted in:
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
23
DNN Get User DisplayName
DNN Expert
posted on January 23, 2020 07:59
private string GetDisplayName(int PortalId, int UserId) { string UserDisplayName = ""; DotNetNuke.E...
[Read the rest of this article...]
DNN
,
DisplayName
Posted in:
C Sharp - C#
,
Custom Modules
,
private void function()
Actions:
E-mail
|
Permalink
|
Comments (0)
22
Token Replacement
DNN Expert
posted on January 22, 2020 06:44
public string FixTokens(string _myOriginal, string _myToken, string _myReplacement) { try { string _ReturnValue = "...
[Read the rest of this article...]
C#
,
token replacement
Posted in:
private void function()
Actions:
E-mail
|
Permalink
|
Comments (0)
19
Get DNN User Roles for Dropdown List
DNN Expert
posted on January 19, 2020 08:20
public void GetRoles() { DotNetNuke.Security.Roles.RoleController rc = new DotNetNuke.Security.Roles.RoleController(); var myRoles = ...
[Read the rest of this article...]
GetRoles()
,
DNN 9
Posted in:
C Sharp - C#
,
private void function()
Actions:
E-mail
|
Permalink
|
Comments (0)
19
SSRS: Commonly Used Date/Time Functions
DNN Expert
posted on January 19, 2020 06:13
The list below is a few simple functions which I've come across for generating various dates based on the current date/time (using the Now() funct...
[Read the rest of this article...]
SSRS
,
Date/Time Functions
Posted in:
SSRS
Actions:
E-mail
|
Permalink
|
Comments (0)
10
Enabling the File Upload Function in DNN CKEditor
DNN Expert
posted on January 10, 2020 07:06
By default, CKEditor only allows administrators to upload files via CKEditor. The following article will guide users in enabling the option for o...
[Read the rest of this article...]
CKEditor
Posted in:
DNN
,
Resource Links
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 3 of 52
First
Previous
1
2
[3]
4
5
6
7
8
9
10
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)