Knowledge Base

Snippets

19
public void GetRoles() {  DotNetNuke.Security.Roles.RoleController rc = new DotNetNuke.Security.Roles.RoleController();  var myRoles = ...

[Read the rest of this article...]

GetRoles(), DNN 9
19
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
10
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
02
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()
26
public string CreatedByUserName { get { if (createdByUserName == null) { int portalId = PortalController.Instance.GetCurrentPortalSetti...

[Read the rest of this article...]

DNN UserController
24
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
Page 4 of 52First   Previous   1  2  3  [4]  5  6  7  8  9  10  Next   Last