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
17
sql to validate an email address
posted on January 17, 2019 14:33
Select * from Clients WHERE (ClientEmailAddress NOT LIKE '%_@__%.__%') AND (LEN(ClientEmailAd...
[Read the rest of this article...]
Actions:
E-mail
|
Permalink
|
Comments (0)
30
DotNetNuke.Common.Utilities.CBO.FillObject is obsolete
posted on December 30, 2018 07:31
DotNetNuke.Common.Utilities.CBO.FillObject(System.Data.IDataReader, System.Type) is obsolete: Obsolete in DotNetNuke 7.3. Replaced by FillObject...
[Read the rest of this article...]
Actions:
E-mail
|
Permalink
|
Comments (0)
26
Get ModuleSettings and TabModuleSettings from Another Module
posted on December 26, 2018 15:15
// GET MODULE SETTINGS var mc = new ModuleController(); var mi = mc.GetModule(1534); var tSettings = mi.ModuleSettings; &nbs...
[Read the rest of this article...]
Posted in:
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
05
Remove any leading or following spaces as well as any carriage returns
posted on December 05, 2018 08:05
UPDATE YourTable SET YourColumn = RTRIM(LTRIM(REPLACE(REPLACE(YourColumn, CHAR(10), ''), CHAR(13), '')))
Posted in:
SQL Scripts
Actions:
E-mail
|
Permalink
|
Comments (0)
11
Get DNN Users Role Expiration Date
posted on May 11, 2018 10:59
DotNetNuke.Security.Roles.RoleController rolesController = new DotNetNuke.Security.Roles.RoleController(); UserRoleInfo role = rolesController.GetUse...
[Read the rest of this article...]
DNN User Roles
Posted in:
C Sharp - C#
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
08
Ventrian News Articles
posted on May 08, 2018 13:19
Getting an error when submitting an article for approval . . . Offending user control: ucSubmitNewsComplete ModuleControlSource:Desk...
[Read the rest of this article...]
Ventrian New Articles
Posted in:
Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
25
Check if Value Exists in a Dropdown List
posted on April 25, 2018 06:06
ListItem lisource = ddlDonationSour...
[Read the rest of this article...]
Dropdown list
Posted in:
C Sharp - C#
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
08
Troubleshoot multi user issues in QB Point of Sale
posted on March 08, 2018 09:23
Solution 1: Ensure your Server is in multi-user mode From the File menu, select Switch Company File to Multi User Mode. NOTE: If the server is cur...
[Read the rest of this article...]
Quickbooks POS
Posted in:
Networking Problems
Actions:
E-mail
|
Permalink
|
Comments (0)
21
Google Chrome White Window
posted on February 21, 2018 14:01
If you are getting the WHOLE window as a white screen, no address bar or anything, try running it with the flag --disable-gpu, then go into the settin...
[Read the rest of this article...]
Google Chrome
Actions:
E-mail
|
Permalink
|
Comments (0)
30
After upgrade "Error Loading SMTP Server Tab!" and mail has ceased working
posted on November 30, 2017 09:13
Issue after upgrade from 8 to 9.1. I ended up deleting all settings in HostSettings and PortalSettings tables that started with SMTP*. Once I did that...
[Read the rest of this article...]
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 5 of 32
First
Previous
1
2
3
4
[5]
6
7
8
9
10
Next
Last
Categories
Azure (2)
C Sharp - C# (38)
..private void function() (11)
CSS (16)
DNN (59)
..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 (10)
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)