• Login

Snippets

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

[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 want ...

[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 AddHtml...

[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 Requ...

[Read the rest of this article...]

TLS 1.2, Azure Blob Storage Task
24
// ErrorMessage if (Request.QueryString["ErrorMessage"] != null) { lblFormMessage.Visible = true; ...

[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; margin...

[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 listControll...

[Read the rest of this article...]

ListController()
25
Dim objRoleController As New RoleController Dim arrRoles As String() = CType(objRoleController.GetUserRoles(Me.PortalId, Me.UserInfo.Username.ToString...

[Read the rest of this article...]

DNN, Ventrian
Posted in: VbScript
Page 2 of 32First   Previous   1  [2]  3  4  5  6  7  8  9  10  Next   Last