Knowledge Base

Snippets

Entries for 2024

16
Great Pen . . . . Hero Image With Transparent Colored Overlay (codepen.io)   css
Posted in: CSS
30
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 un...

[Read the rest of this article...]

Posted in: DNN
25
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(&qu...

[Read the rest of this article...]

SSRS
Posted in: SSRS
24
protected void GridViewOrders_RowDataBound(object sender, GridViewRowEventArgs e) {     if (e.Row.RowType == DataControlRowType.DataRow) ...

[Read the rest of this article...]

23
// 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
18
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
20
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
15
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