Register
Login
Register
Login
Search
Home
Applications
Content Management System
Custom DNN Modules
BannerAd Rotator
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
11
Updating DnnCssInclude
DNN Expert
posted on July 11, 2019 15:50
In the designer.cs file OLD . . . // protected global::DotNetNuke.UI.WebControls.DnnCssInclude DnnCssInclude1; NEW . . . prote...
[Read the rest of this article...]
DnnCssInclude
Posted in:
C Sharp - C#
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
13
DNN Reports Module Pager CSS
DNN Expert
posted on March 13, 2019 08:19
Add this to your stylesheet to pretty up the pager in the DNN Reports Module: .DNN_Reports_Grid_Pager { /*display: inline-block...
[Read the rest of this article...]
Actions:
E-mail
|
Permalink
|
Comments (0)
06
Displaying a Checkbox for Boolean Value in an SSRS Report
DNN Expert
posted on February 06, 2019 08:27
Set font to Wingdings . . . . Expression: =IIF(Fields!Parishioner.Value,chr(254),chr(168))
SSRS
Posted in:
Microsoft SQL Server
Actions:
E-mail
|
Permalink
|
Comments (0)
02
Return Boolean as Yes or No
DNN Expert
posted on February 02, 2019 12:01
public string ReturnBooleanAsYes_or_No(Boolean choice) {  ...
[Read the rest of this article...]
bool
,
boolean
Posted in:
C Sharp - C#
,
private void function()
Actions:
E-mail
|
Permalink
|
Comments (0)
31
disable auto fill for forms
DNN Expert
posted on January 31, 2019 10:27
autocomplete="off" should do the trick! Put this in your <form tag or in every <input tag like this: <form autocomplete="...
[Read the rest of this article...]
Actions:
E-mail
|
Permalink
|
Comments (0)
17
sql to validate an email address
DNN Expert
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)
Page 5 of 52
First
Previous
1
2
3
4
[5]
6
7
8
9
10
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)