Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
30
New DNN 9.13 Install on Azure Bug
posted on July 30, 2024 10:02
Fix here . .. install of DNN 9.9.1 on an Azure app service. The wizard completed successfully and then the site showed a 503 service unav...
[Read the rest of this article...]
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
25
SSRS Date Expressions
posted on May 25, 2024 08:41
SSRS expressions to obtain the first and last days of any month, using the current month as a reference: First day of last month: =dateadd("m&...
[Read the rest of this article...]
SSRS
Posted in:
SSRS
Actions:
E-mail
|
Permalink
|
Comments (0)
24
Gridview RowDataBound Access Data Values
posted on May 24, 2024 08:57
protected void GridViewOrders_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) &nb...
[Read the rest of this article...]
Posted in:
C Sharp - C#
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
23
Azure SQL uses Greenwich Mean Time
posted on May 23, 2024 13:59
// AZURE SQL USES GREENWICH MEAN TIME . . . Azure SQL Database does not support time zone settings; it always follows UTC. Use AT TIME ZONE in SQ...
[Read the rest of this article...]
UTC
Posted in:
Azure
,
Azure SQL Database
Actions:
E-mail
|
Permalink
|
Comments (0)
18
Add Javascript to a DNN Page header in a Custom Module
posted on April 18, 2024 05:55
How to Add Javascript to a DNN Page header section in a Custom Module protected override void OnInit(EventArgs e) {  ...
[Read the rest of this article...]
JavaScript
,
Page Header Section
Posted in:
DNN
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
20
How To Clear All Containers And Themes From Pages And Modules In DNN
posted on February 20, 2024 15:06
Clear all page level skins in a Portal update {databaseOwner}{objectQualifier}Tabs set skinsrc=null where SkinSrc is not null and PortalID=0 ...
[Read the rest of this article...]
Posted in:
DNN
,
SQL Scripts
Actions:
E-mail
|
Permalink
|
Comments (0)
15
QR Code Generator
posted on January 15, 2024 15:32
Great site for generating QR Codes . . . QRCode Monkey - The free QR Code Generator to create custom QR Codes with Logo (qrcode-monkey.com)...
[Read the rest of this article...]
Posted in:
Technology
Actions:
E-mail
|
Permalink
|
Comments (0)
28
C# Rotating JPG Image
posted on November 28, 2023 09:31
Tested QualityLevel at 90 then 100; image quality results same, but with larger file size than QualityLevel 80. QualityLevel 90 reduced file size to 1...
[Read the rest of this article...]
C#
,
jpg
Actions:
E-mail
|
Permalink
|
Comments (0)
31
Ticker Tape
posted on May 31, 2022 10:17
<div class="ticker-wrap"> <div class="ticker-heading">Fort Lauderdale</div> <div class="ticker">...
[Read the rest of this article...]
Actions:
E-mail
|
Permalink
|
Comments (0)
26
Optional Telerik Removal Steps
posted on February 26, 2021 13:46
Noteworthy Changes in v9.8.0+ - Optional Telerik Removal The major highlight for this release is that we removed all our dependencies on the Telerik ...
[Read the rest of this article...]
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 1 of 32
First
Previous
[1]
2
3
4
5
6
7
8
9
10
Next
Last