Knowledge Base

Snippets

17
Start > run > Type "control userpasswords2" Click Add Put in the username and domain Click Next Select the "other" radio button Select...

[Read the rest of this article...]

13
Malware these days can wreak havoc on your registry file associations. Here is a great resource for Windows® XP File Association Fixes from Doug ...

[Read the rest of this article...]

Malware, malicious software
Posted in: Malware, Windows XP
10
Here's a great sql script to use for the DotNetNuke Reports Module: Select --   AU.Username,    U.FirstName,   ...

[Read the rest of this article...]

05
string emailAddress = "email1@domain.com;address2@another.com;myaccount@somewhere.com"; string[] valuePair = emailAddress.Split(new char[] { ';' }); ...

[Read the rest of this article...]

Posted in: C Sharp - C#
05
DNN Remember Login Checkbox
Enabling the "Remember Login" checkbox on your DotNetNuke web site requires a web.config change. If you want to make similar changes to your own site...

[Read the rest of this article...]

Remember Me
Posted in: DNN, Web.Config
01
Populate a credit card expiration month DropDownList for (int i = 1; i <= 12; i++) {     DateTime month = new DateTime(2011, i,...

[Read the rest of this article...]

Posted in: C Sharp - C#
29
List files in a folder . . .     private void ListFiles()     {         DirectoryI...

[Read the rest of this article...]

Posted in: C Sharp - C#
26
DotNetNuke is the leading open source web content management system (CMS) and application development framework for Microsoft .NET. DotNetNuke ...

[Read the rest of this article...]

Posted in: Resource Links
17
When running a named instance of MS SQL the instance will run on a port other than the usual port 1433. To determine the port you can use th...

[Read the rest of this article...]

07
Disclaimer: The items mentioned in the following article involve making changes to your server’s registry. Incorrectly modifying your server’s registr...

[Read the rest of this article...]

Page 16 of 33First   Previous   11  12  13  14  15  [16]  17  18  19  20  Next   Last