Login
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
Surveillance Systems
Business Links
Support
Knowledge Base
Contact
Knowledge Base
Support
/
Knowledge Base
Snippets
Current Articles
|
Archives
|
Search
Entries for 2019
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)
11
2019 DNN UpdateServiceUrl
posted on November 11, 2019 06:52
<add key="UpdateServiceUrl" value="https://dnnplatform.io" /> Thanks Mitch Sellers!
DNN Update Service URL
Posted in:
DNN
,
Core Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
09
How to reset Windows 10 account passwords
posted on November 09, 2019 13:08
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...]
Actions:
E-mail
|
Permalink
|
Comments (0)
02
Outlook 2013 IMAP Crash
posted on October 02, 2019 06:53
https://www.slipstick.com/outlook/2013/outlook-2013-imap-troubles/
[Read the rest of this article...]
Outlook 2013
,
IMAP
Actions:
E-mail
|
Permalink
|
Comments (0)
11
Updating DnnCssInclude
posted on July 11, 2019 15:50
In the designer.cs file OLD . . . // protected global::DotNetNuke.UI.WebControls.DnnCssInclude DnnCssInclude1; NEW . . . prote...
[Read the rest of this article...]
DnnCssInclude
Posted in:
C Sharp - C#
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
13
DNN Reports Module Pager CSS
posted on March 13, 2019 08:19
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...]
Actions:
E-mail
|
Permalink
|
Comments (0)
06
Displaying a Checkbox for Boolean Value in an SSRS Report
posted on February 06, 2019 08:27
Set font to Wingdings . . . . Expression: =IIF(Fields!Parishioner.Value,chr(254),chr(168))
SSRS
Posted in:
Microsoft SQL Server
Actions:
E-mail
|
Permalink
|
Comments (0)
02
Return Boolean as Yes or No
posted on February 02, 2019 12:01
public string ReturnBooleanAsYes_or_No(Boolean choice) {  ...
[Read the rest of this article...]
bool
,
boolean
Posted in:
C Sharp - C#
,
private void function()
Actions:
E-mail
|
Permalink
|
Comments (0)
31
disable auto fill for forms
posted on January 31, 2019 10:27
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...]
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 1 of 2
First
Previous
[1]
2
Next
Last
Categories
Azure (2)
C Sharp - C# (38)
..private void function() (11)
CSS (16)
DNN (60)
..Modules (21)
....Core Modules (6)
....Custom Modules (36)
..Resource Links (2)
..Skin Objects (2)
..Social (1)
E-Mail (3)
IIS (3)
Malware (1)
Microsoft SQL Server (17)
..Azure SQL Database (2)
..SQL Scripts (16)
..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 (2)
Technology (139)
VbScript (3)
Web Design (7)
Web.Config (5)
Archives
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)