Knowledge Base

Snippets

Entries for 'DNN Expert'

01
CREATE FUNCTION GIBS_GetProfileElement ( @userID as int, @portalID as int, @ProfilePropertyName as nvarchar(100) ) RETURNS nvarchar(4000) AS B...

[Read the rest of this article...]

11
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
03
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()
21
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
21
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
24
// ErrorMessage if (Request.QueryString["ErrorMessage"] != null) { lblFormMessage.Visible = tru...

[Read the rest of this article...]

Custom DNN Module
Page 2 of 53First   Previous   1  [2]  3  4  5  6  7  8  9  10  Next   Last