• Login

Snippets

07
The Search Skin Object has 3 important attributes:   Attribute Values Default ...

[Read the rest of this article...]

Skin Object
Posted in: DNN, Skin Objects
16
Enter the following MX records. You may not be able to enter the priority value exactly as it appears in the table below—if you can, make sure e...

[Read the rest of this article...]

E-Mail
Posted in: E-Mail
14
string htmlHeaderTags = null; LiteralControl htmlHeaderCtrl = new LiteralControl(); htmlHeaderTags = "<base target=\"_self\">"; htmlHeaderCtrl.T...

[Read the rest of this article...]

06
Converting a textbox money field value ($1,250.00) to a double value . . . double MyDoubleValue = double.Parse(txtMoneyAmount.Text, NumberStyles.Curr...

[Read the rest of this article...]

double.Parse, money
02
DNN Token Replacement Engine usage. Token Replacement Example
28
Character Name Number Description " &quot; &#34; ...

[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 f...

[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  {   int ...

[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(",") > 0) ...

[Read the rest of this article...]

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

[Read the rest of this article...]

Page 13 of 32First   Previous   8  9  10  11  12  [13]  14  15  16  17  Next   Last