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
10
Outlook cannot connect to Gmail
DNN Expert
posted on November 10, 2015 15:21
Cause This issue occurs when you try to sync to a Gmail account after July 15, 2014 and Basic Authentication has not been enabled for your Gma...
[Read the rest of this article...]
Outlook
,
GMail
Posted in:
E-Mail
Actions:
E-mail
|
Permalink
|
Comments (0)
12
Numbers to Words
DNN Expert
posted on August 12, 2015 08:17
public static string NumberToWords(int number) { if (number == 0) return "zero"; if (number < 0) return "minus " + N...
[Read the rest of this article...]
Posted in:
C Sharp - C#
Actions:
E-mail
|
Permalink
|
Comments (0)
11
Free Flow Div
DNN Expert
posted on May 11, 2015 05:50
“Ems” (em): The “em” is a scalable unit that is used in web document media. An em is equal to the current font-size, for insta...
[Read the rest of this article...]
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
05
10 Reasons to use DNN for new websites
DNN Expert
posted on January 05, 2015 12:02
As a web design consultant specializing in DNNSoftware, I often get asked the question "why use DNN?". Why not use Microsoft's SharePoint, or Conte...
[Read the rest of this article...]
DNN
,
Open Source
,
DotNetNuke
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
29
Using jQuery to fill Textbox on Checkbox Click
DNN Expert
posted on December 29, 2014 06:48
Set value of a textbox to today's date using jQuery: $("#<%= cbxLeaseSentToOwner.ClientID %>").click(function () { var isCh...
[Read the rest of this article...]
jQuery
Actions:
E-mail
|
Permalink
|
Comments (0)
24
SQL Server Reporting Services Permissions Error
DNN Expert
posted on December 24, 2014 06:33
To get this resolved you need to start you Internet Explorer as Administrator -> Run as Administrator then open the url http://<Server name>/...
[Read the rest of this article...]
SQL Reporting
,
SSRS
Posted in:
Microsoft SQL Server
,
SQL Server 2008 R2
,
SQL Server 2014
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 12 of 52
First
Previous
7
8
9
10
11
[12]
13
14
15
16
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)