Knowledge Base

Snippets

04
Declare @PortalId int; Set @PortalId = 0; SELECT 'OwnerFirstName' = U.FirstName, 'OwnerLastName' = U.LastName, 'OwnerEmail' = U.Email ...

[Read the rest of this article...]

DNN Region Lookup SQL
Posted in: DNN, SQL Scripts
10
Cause This issue occurs when you try to sync to a Gmail account after July 15, 2014 and Basic Authentication has not been enabled for your Gma...

[Read the rest of this article...]

Outlook, GMail
Posted in: E-Mail
12
public static string NumberToWords(int number) { if (number == 0) return "zero"; if (number < 0) return "minus " + N...

[Read the rest of this article...]

Posted in: C Sharp - C#
11
“Ems” (em): The “em” is a scalable unit that is used in web document media. An em is equal to the current font-size, for insta...

[Read the rest of this article...]

Posted in: CSS
05
10 Reasons to use DNN for new websites
As a web design consultant specializing in DNNSoftware, I often get asked the question "why use DNN?". Why not use Microsoft's SharePoint, or Conte...

[Read the rest of this article...]

DNN, Open Source, DotNetNuke
Posted in: DNN
29
Set value of a textbox to today's date using jQuery: $("#<%= cbxLeaseSentToOwner.ClientID %>").click(function () { var isCh...

[Read the rest of this article...]

jQuery
Page 13 of 53First   Previous   8  9  10  11  12  [13]  14  15  16  17  Next   Last