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
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)
15
Pivot Query for Ventrian Property Agent
DNN Expert
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:
Microsoft SQL Server
,
Stored Procedures
,
SQL Server 2008 R2
,
SQL Scripts
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
01
Remove href values when printing
DNN Expert
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
DNN Expert
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
DNN Expert
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
DNN Expert
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 13 of 52
First
Previous
8
9
10
11
12
[13]
14
15
16
17
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)