Knowledge Base

Snippets

26
Optional Telerik Removal Steps
Noteworthy Changes in v9.8.0+ - Optional Telerik Removal The major highlight for this release is that we removed all our dependencies on the Teleri...

[Read the rest of this article...]

Posted in: DNN
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
23
UPDATE PortalSettings SET SettingValue = 'False' WHERE SettingName = 'EnablePopUps' DNN Popup Windows
Posted in: DNN, SQL Scripts
27
<PagerStyle  CssClass="pagination-ys" />  .pagination-ys { /*display: inline-block;*/ padding-left: 0; ...

[Read the rest of this article...]

GridView PagerStyle
Posted in: CSS
27
public void CreateList() { try { //create a placeholder entry - const string listName = "InventoryReportingType"; var listC...

[Read the rest of this article...]

ListController()
Page 3 of 33First   Previous   1  2  [3]  4  5  6  7  8  9  10  Next   Last