Knowledge Base

Snippets

Entries for 2019

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
11
<add key="UpdateServiceUrl" value="https://dnnplatform.io" /> Thanks Mitch Sellers! DNN Update Service URL
Posted in: DNN, Core Modules
09
  The classic renaming of cmd.exe to utilman.exe does not work directly anymore in new versions of Windows. Before the latest feature update of...

[Read the rest of this article...]

02
Outlook 2013 IMAP Crash
https://www.slipstick.com/outlook/2013/outlook-2013-imap-troubles/

[Read the rest of this article...]

Outlook 2013, IMAP
11
In the designer.cs file OLD . . .  // protected global::DotNetNuke.UI.WebControls.DnnCssInclude DnnCssInclude1; NEW . . .  prote...

[Read the rest of this article...]

DnnCssInclude
13
DNN Reports Module Pager CSS
Add this to your stylesheet to pretty up the pager in the DNN Reports Module: .DNN_Reports_Grid_Pager {     /*display: inline-block...

[Read the rest of this article...]

06
Set font to Wingdings . . . . Expression:  =IIF(Fields!Parishioner.Value,chr(254),chr(168)) SSRS
02
        public string ReturnBooleanAsYes_or_No(Boolean choice)         {  ...

[Read the rest of this article...]

bool, boolean
31
autocomplete="off" should do the trick! Put this in your <form tag or in every <input tag like this: <form autocomplete="...

[Read the rest of this article...]

Page 1 of 2First   Previous   [1]  2  Next   Last