Knowledge Base

Snippets

02
DNN Token Replacement Engine usage. Token Replacement Example
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...]

Page 21 of 53First   Previous   16  17  18  19  20  [21]  22  23  24  25  Next   Last