Login
Register
Home
Applications
Consulting
Design
Business Links
Support
Contact
Knowledge Base
Content Management System
BannerAd Rotator
Business Directory
Restaurant Menu Manager
Custom Database Reporting
Distributor Locator
Application Screen Shots
Web
Site
Search
Search
Archives
C Sharp - C# (9)
..private void function() (2)
CraigsList (2)
CSS (1)
DNS (0)
DotNetNuke (18)
..Modules (5)
....Core Modules (3)
....Custom Modules (6)
..Resource Links (1)
E-Mail (1)
IIS (3)
Malware (1)
Microsoft SQL Server (9)
..SQL Scripts (3)
..SQL Server 2008 R2 (3)
..Stored Procedures (3)
Networking Problems (3)
Operating Systems (0)
..Windows 7 (3)
..Windows Server 2003 (1)
..Windows Server 2008 (2)
..Windows Vista (2)
..Windows XP (4)
PCI DSS Compliance (1)
Technology (139)
VbScript (2)
Web Design (3)
Web.Config (3)
Support
Knowledge Base
February 7, 2012
Snippets
Current Articles
|
Archives
|
Search
06
Convert Money to Double
DNN Expert
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.Cur...
[Read the rest of this article...]
Posted in:
C Sharp - C#
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
02
DNN Token Replacement
DNN Expert
posted on February 02, 2012 05:36
DNN Token Replacement Engine usage. Token Replacement Example
Posted in:
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
28
HTML Entities Reference
DNN Expert
posted on January 28, 2012 06:40
Character Name Number Description " " &...
[Read the rest of this article...]
Posted in:
Web Design
Actions:
E-mail
|
Permalink
|
Comments (0)
26
How to extract e-mail addresses from a Word document or web page
DNN Expert
posted on January 26, 2012 13:14
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...]
Actions:
E-mail
|
Permalink
|
Comments (0)
19
DNN E-Mail Address Lookup
DNN Expert
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 {  ...
[Read the rest of this article...]
Posted in:
DotNetNuke
,
C Sharp - C#
,
Modules
,
Custom Modules
,
private void function()
Actions:
E-mail
|
Permalink
|
Comments (0)
19
Splitting a FullName field into a FirstName and LastName
DNN Expert
posted on January 19, 2012 05:35
public void NameSplit(string name) { if (name.Length > 0) { // Check for a comma if (name.IndexOf(",") >...
[Read the rest of this article...]
Posted in:
C Sharp - C#
,
private void function()
Actions:
E-mail
|
Permalink
|
Comments (0)
11
Standard DotNetNuke CSS Classes
DNN Expert
posted on January 11, 2012 08:15
Standard CSS classes used by DotNetNuke: Class Usage CommandButton ...
[Read the rest of this article...]
Posted in:
DotNetNuke
,
Modules
,
Core Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
02
DNN States Dropdown List
DNN Expert
posted on January 02, 2012 07:31
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...]
Posted in:
C Sharp - C#
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
31
How to Shrink Your DotNetNuke Database Log File / Truncate Transaction Log
DNN Expert
posted on December 31, 2011 08:05
PROCEDURE: This article tells you how to shrink a DotNetNuke database’s log file via Microsoft’s SQL Server Management Studio. 1) Lo...
[Read the rest of this article...]
Posted in:
DotNetNuke
,
Microsoft SQL Server
,
SQL Server 2008 R2
Actions:
E-mail
|
Permalink
|
Comments (0)
27
Capturing the IP Address of User Submitting to a DNN Form and List Module
DNN Expert
posted on December 27, 2011 08:58
To capture the IP address of the user submittings a DNN Form and List form add a new column called "IP Address", type = Text, Display on List = checke...
[Read the rest of this article...]
Posted in:
DotNetNuke
,
Core Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 1 of 20
First
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
Home
|
Applications
|
Consulting
|
Design
|
Business Links
|
Support
|
Contact
Copyright 2012 by Global Internet Business Solutions
Terms Of Use
Privacy Statement