Knowledge Base

Snippets

Entries for January 2012

28
Character Name Number Description " " &...

[Read the rest of this article...]

Posted in: Web Design
26
The search tool will work fine for this. Use the find routine (CTRL+F) to open the find dialog With the wildcards box checked and the highlight all...

[Read the rest of this article...]

Word, E-Mail Addresses, Scraping
19
Check to verify if an e-mail address has been previously registered: public bool LookupEmail(string EmailAddress) {  try  {   ...

[Read the rest of this article...]

DNN User Account
19
public void NameSplit(string name) {  if (name.Length > 0)  {   // Check for a comma   if (name.IndexOf(",") >...

[Read the rest of this article...]

11
Standard CSS classes used by DotNetNuke: Class Usage CommandButton ...

[Read the rest of this article...]