Knowledge Base

Snippets

Entries for April 2011

27
Syntax: SELECT field1 [ , field2 [ , ... ] ] INTO newtable FROM source field1 Is a parameter that specifies the list of the fields that are to b...

[Read the rest of this article...]

Posted in: SQL Scripts
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
Page 1 of 2First   Previous   [1]  2  Next   Last