Custom Modules

Snippets


Custom Modules

DotNetNuke Custom Modules

NO Image:
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...]

double.Parse, money
02
DNN Token Replacement Engine usage. Token Replacement Example
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
11
Standard CSS classes used by DotNetNuke: Class Usage CommandButton ...

[Read the rest of this article...]

31
In DotnetNuke Localization support, every resource key (in APP_LocalResources or APP_GlobalResources) should end with an extension. resourceName.T...

[Read the rest of this article...]

Posted in: DNN, Custom Modules
Page 6 of 6First   Previous   1  2  3  4  5  [6]  Next   Last