Login  Register 
Home
 
Applications
 
Consulting
 
Design
 
Business Links
 
Support
 
Contact
  Search
Search
 
 SupportKnowledge Base     May 20, 2012  
Snippets
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 ...

[Read the rest of this article...]

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

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

[Read the rest of this article...]

02
DNN Token Replacement Engine usage. Token Replacement Example
28
Character Name Number Description " &quot; &...

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

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...]

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...]

02
Get a list of states using the DNN Lists public void GetDropDownList-States() {  try  {   // Get State Dropdown from DNN List...

[Read the rest of this article...]

Page 1 of 21First   Previous   [1]  2  3  4  5  6  7  8  9  10  Next   Last   
 

P.O. BOX 2342 ~ BREWSTER, MA 02631
PHONE & FAX: (508) 714-0678

 
 Copyright 2012 by Global Internet Business Solutions   Terms Of Use  Privacy Statement