Knowledge Base

Snippets

04
Declare @current_utc_offset int IF  ServerProperty('EngineEdition') >= 5 Begin set @current_utc_offset = (select  conver...

[Read the rest of this article...]

nopcommerce
04
Declare @current_utc_offset int IF  ServerProperty('EngineEdition') >= 5 Begin set @current_utc_offset = (select  conver...

[Read the rest of this article...]

01
To set up Google Workspace email in Microsoft Outlook, you can do the following:  Click Sign in Open Outlook and select File then I...

[Read the rest of this article...]

Google Workspace
Posted in: E-Mail
13
<PagerStyle Mode="NumericPages" HorizontalAlign="Center" Font-Size="Larger" CssClass="pagination-ys" /> ...

[Read the rest of this article...]

Posted in: CSS
12
Deleting guest account from Customer table: SQL Query DELETE Customer FROM Customer LEFT OUTER JOIN [Order] ON Customer.Id = [Order].CustomerI...

[Read the rest of this article...]

nopcommerce
09
Ssteps on how to create a Google QR Code for customer reviews.  Step 1: Go to the Google Place Finder Tool and look up your busin...

[Read the rest of this article...]

Google Reviews
Posted in: DNN, Custom Modules
07
It's estimated that by 2025, over 100 million smartphone users in the US will be scanning QR codes. This indicates a strong and growing demand for...

[Read the rest of this article...]

06
          private string GetUserProfileString(string CustomProperty, int UserID)         {   &n...

[Read the rest of this article...]

03
You can split an address string like "120 old Freemans Way" into the house number and street name in C# using several approaches.  U...

[Read the rest of this article...]

C#
Posted in: C Sharp - C#
28
DNN (DotNetNuke) software, from dnnsoftware.com, offers several benefits as a Content Management System (CMS) Here are some of the key advantages: &nb...

[Read the rest of this article...]

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