Knowledge Base

Snippets

Entries for 2025

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#