Register
Login
Register
Login
Search
Home
Applications
Content Management System
Custom DNN Modules
Business Directory
Restaurant Menu Manager
Custom Database Reporting
Distributor Locator
Gift Certificates
Date Time Calculator
Consulting
Design
Surveillance Systems
Business Links
Support
Knowledge Base
Contact
Knowledge Base
Support
/
Knowledge Base
Snippets
Current Articles
|
Archives
|
Search
27
How to replace carriage return with
DNN Expert
posted on August 27, 2010 09:27
Public string ReplaceWithBR(string target) { Regex regex = new Regex(@"(\r\n|\r|\n)+"); string newText = regex.Replace(target, "<br />...
[Read the rest of this article...]
Functions
Posted in:
C Sharp - C#
Actions:
E-mail
|
Permalink
|
Comments (0)
27
DotNetNuke User Report Queries
DNN Expert
posted on May 27, 2010 12:05
Below you will find a few generic SQL queries for generating reports on DNN Users. Last Activity: SELECT Users.Username, Use...
[Read the rest of this article...]
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (2)
30
Verizon SMTP Port 587
DNN Expert
posted on April 30, 2010 06:56
Configure Outlook to use port 587 for sending email In order to change your port 25 settings to port 587 in Outlook, you must do the following: ...
[Read the rest of this article...]
Posted in:
E-Mail
Actions:
E-mail
|
Permalink
|
Comments (0)
30
SQL SPLIT Function
DNN Expert
posted on April 30, 2010 05:15
Add the helper SPLIT function to your database CREATE FUNCTION dbo.Split ( @List nvarchar(2000), @SplitOn nvarchar(5) ) RETURNS @RtnVal...
[Read the rest of this article...]
SQL
,
FUNCTION
Posted in:
Microsoft SQL Server
Actions:
E-mail
|
Permalink
|
Comments (0)
23
Windows 7 Pro can't join to Windows Server 2003 domain server
DNN Expert
posted on April 23, 2010 06:48
Solution was to configure the NTLM security. From Windows 7, click start, type local and open the Local Security Policy Manager. Sele...
[Read the rest of this article...]
Networking
,
Windows 7 Professional
Posted in:
Networking Problems
,
Windows 7
Actions:
E-mail
|
Permalink
|
Comments (0)
21
Check for Null Value in a Stored Procedure
DNN Expert
posted on April 21, 2010 04:54
Within a stored procedure use an IF STATEMENT to check a parameter for a NULL VALUE if( @CustomFieldID is null) begin print 'NUL...
[Read the rest of this article...]
Stored-Procedure
,
Null-Value
Posted in:
Stored Procedures
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 50 of 52
First
Previous
43
44
45
46
47
48
49
[50]
51
52
Next
Last
Archives
Azure (1)
C Sharp - C# (37)
..private void function() (11)
CraigsList (0)
CSS (15)
DNN (56)
..Modules (21)
....Core Modules (6)
....Custom Modules (33)
..Resource Links (2)
..Skin Objects (2)
..Social (1)
DNS (0)
E-Mail (3)
IIS (3)
Malware (1)
Microsoft SQL Server (17)
..Azure SQL Database (1)
..SQL Scripts (15)
..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 (1)
Technology (138)
VbScript (3)
Web Design (7)
Web.Config (5)