Knowledge Base

Snippets

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
24
To get this resolved you need to start you Internet Explorer as Administrator -> Run as Administrator then open the url http://<Server name>/...

[Read the rest of this article...]

SQL Reporting, SSRS
Page 12 of 52First   Previous   7  8  9  10  11  [12]  13  14  15  16  Next   Last