Register
Login
Register
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
QR Code Maker
Surveillance Systems
Business Links
Support
Knowledge Base
Contact
Knowledge Base
Support
/
Knowledge Base
Snippets
Current Articles
|
Archives
|
Search
25
Dim objRoleController As New RoleController
posted on January 25, 2020 10:11
Dim objRoleController As New RoleController Dim arrRoles As String() = CType(objRoleController.GetUserRoles(Me.PortalId, Me.UserInfo.Username.ToStrin...
[Read the rest of this article...]
DNN
,
Ventrian
Posted in:
VbScript
Actions:
E-mail
|
Permalink
|
Comments (0)
25
DNN SendMail Attachments
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
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#
,
private void function()
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
22
Token Replacement
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
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
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
posted on January 10, 2020 07:06
https://dnnsupport.dnnsoftware.com/hc/en-us/articles/360010074593-Enabling-the-File-Upload-Function-in-CKEditor
[Read the rest of this article...]
CKEditor
Posted in:
DNN
,
Resource Links
Actions:
E-mail
|
Permalink
|
Comments (0)
02
DNN States Dropdown List
posted on January 02, 2020 07:31
Get a list of states using the DNN Lists public void GetDropDownListStates() { try { // Get State Dropdown from DNN...
[Read the rest of this article...]
ListController()
Posted in:
C Sharp - C#
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
26
DisplayName Lookup by UserID
posted on December 26, 2019 14:03
public string CreatedByUserName { get { if (createdByUserName == null) { int portalId = PortalController.Instance.GetCurrentPortalSetti...
[Read the rest of this article...]
DNN UserController
Posted in:
C Sharp - C#
,
DNN
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
24
Check If Profile Property Exists
posted on December 24, 2019 07:30
Check if a DNN TrueFalse (bool) profile property exists and if it doesn't create a new one USE: CheckProfilePropertyExistsTrueFalse("Do...
[Read the rest of this article...]
DNN User Profile
Posted in:
C Sharp - C#
,
private void function()
,
DNN
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 4 of 33
First
Previous
1
2
3
[4]
5
6
7
8
9
10
Next
Last
Categories
Azure (3)
C Sharp - C# (41)
..private void function() (11)
CSS (17)
DNN (63)
..Modules (23)
....Core Modules (6)
....Custom Modules (39)
..Resource Links (2)
..Skin Objects (2)
..Social (1)
E-Mail (3)
IIS (3)
Malware (1)
Microsoft SQL Server (18)
..Azure SQL Database (3)
..SQL Scripts (17)
..SQL Server 2008 R2 (11)
..SQL Server 2014 (1)
..Stored Procedures (6)
Networking Problems (7)
nopCommerce (1)
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
2025 (6)
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)