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
12
Numbers to Words
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
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
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
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
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)
15
Pivot Query for Ventrian Property Agent
posted on December 15, 2014 08:22
I had a need for getting a property details for a SSR report and came up with the following store procedure . . . I thought it might be useful t...
[Read the rest of this article...]
Ventrian Property Agent
Posted in:
Modules
,
Custom Modules
,
Microsoft SQL Server
,
SQL Scripts
,
SQL Server 2008 R2
,
Stored Procedures
Actions:
E-mail
|
Permalink
|
Comments (0)
01
Remove href values when printing
posted on December 01, 2014 08:43
@media print { a[href]:after { content: none !important; } }
Printing
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
26
Log to DNN Event Viewer
posted on November 26, 2014 07:57
DotNetNuke.Services.Log.EventLog.EventLogController objEventLog = new DotNetNuke.Services.Log.EventLog.EventLogController(); objEvent...
[Read the rest of this article...]
DNN Event Viewer
Posted in:
C Sharp - C#
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
20
Writing and Reading Cookies
posted on November 20, 2014 15:15
function SetCookie(cookieName, cookieValue, nDays) { var today = new Date(); var expire = new Date(); if (nDays == null || nDays == 0) ...
[Read the rest of this article...]
JavaScript
Actions:
E-mail
|
Permalink
|
Comments (0)
17
Force page break in HTML/ASP when opening and printing multiple records
posted on November 17, 2014 13:22
Place the following code in the HEAD of the html: P.pagebreakhere {page-break-before: always} Then place the following code in the BODY of the...
[Read the rest of this article...]
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 9 of 33
First
Previous
4
5
6
7
8
[9]
10
11
12
13
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)