|
|
Custom Modules
DotNetNuke Custom Modules
NO
Image:
posted on February 06, 2012 10:15
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
posted on February 02, 2012 05:36
DNN Token Replacement Engine usage.
Token Replacement Example
posted on January 19, 2012 05:50
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
posted on January 11, 2012 08:15
Standard CSS classes used by DotNetNuke:
Class
Usage
CommandButton
Ju...
[Read the rest of this article...]
posted on August 31, 2011 09:43
In DotnetNuke Localization support, every resource key (in APP_LocalResources or APP_GlobalResources) should end with an extension.
resourceName.Tex...
[Read the rest of this article...]