Knowledge Base

Snippets

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 53First   Previous   1  2  [3]  4  5  6  7  8  9  10  Next   Last