Knowledge Base

Snippets

Entries for January 2020

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()
Page 2 of 2First   Previous   1  [2]  Next   Last