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
Entries for 2020
11
Can't connect to shared network drive
posted on December 11, 2020 08:46
After the last Windows 10 update (1803), our five Windows 10 Pro computers which are in a WORKGROUP local network (no domain) keep loosing their conne...
[Read the rest of this article...]
Windows 10
,
mapped drive
Posted in:
Networking Problems
Actions:
E-mail
|
Permalink
|
Comments (0)
03
Getting Eastern Standard Time from Azure SQL
posted on November 03, 2020 11:20
Declare @todays_date Date set @todays_date = CAST(SYSDATETIMEOFFSET() AT TIME ZONE 'Eastern Standard Time' AS date) For example, if you wa...
[Read the rest of this article...]
Azure SQL GetDate()
Posted in:
Azure
,
Microsoft SQL Server
,
Azure SQL Database
Actions:
E-mail
|
Permalink
|
Comments (0)
21
Initializing a NotificationController in DNN 9
posted on October 21, 2020 07:28
You can use NotificationsController.Instance.SendNotification method to send notifications. Here is an example: public void ...
[Read the rest of this article...]
DNN
,
Notification Controller
Posted in:
DNN
,
Core Modules
,
Social
Actions:
E-mail
|
Permalink
|
Comments (0)
21
Azure Blob Storage Task TLS 1.2 Windows Server 2016 Datacenter
posted on October 21, 2020 05:24
Fix for Blob Storage Task failing due to: Microsoft.WindowsAzure.Storage.StorageException,Message=The remote server returned an error: (400) Bad Re...
[Read the rest of this article...]
TLS 1.2
,
Azure Blob Storage Task
Actions:
E-mail
|
Permalink
|
Comments (0)
24
Show Custom DNN Error Message
posted on September 24, 2020 09:51
// ErrorMessage if (Request.QueryString["ErrorMessage"] != null) { lblFormMessage.Visible = tru...
[Read the rest of this article...]
Custom DNN Module
Actions:
E-mail
|
Permalink
|
Comments (0)
23
Disable DNN Popup Windows
posted on September 23, 2020 06:19
UPDATE PortalSettings SET SettingValue = 'False' WHERE SettingName = 'EnablePopUps'
DNN Popup Windows
Posted in:
DNN
,
SQL Scripts
Actions:
E-mail
|
Permalink
|
Comments (0)
27
GridView CSS for Pagination
posted on January 27, 2020 11:22
<PagerStyle CssClass="pagination-ys" /> .pagination-ys { /*display: inline-block;*/ padding-left: 0; ...
[Read the rest of this article...]
GridView PagerStyle
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
27
Create DNN List Using ListController()
posted on January 27, 2020 08:52
public void CreateList() { try { //create a placeholder entry - const string listName = "InventoryReportingType"; var listC...
[Read the rest of this article...]
ListController()
Posted in:
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
25
Dim objRoleController As New RoleController
posted on January 25, 2020 10:11
Dim objRoleController As New RoleController Dim arrRoles As String() = CType(objRoleController.GetUserRoles(Me.PortalId, Me.UserInfo.Username.ToStrin...
[Read the rest of this article...]
DNN
,
Ventrian
Posted in:
VbScript
Actions:
E-mail
|
Permalink
|
Comments (0)
25
DNN SendMail Attachments
posted on January 25, 2020 09:11
C# declare empty string array for Attachments string[] arr = new string[] {};string[] arr = new string[] {};string[] attachments = new string...
[Read the rest of this article...]
Posted in:
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 1 of 2
First
Previous
[1]
2
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)