Login
Login
Search
Design
Consulting
DNN Apps
Content Management System
Custom DNN Modules
Business Directory
Restaurant Menu Manager
Custom Database Reporting
Distributor Locator
Gift Certificates
Date Time Calculator
Screenshot Gallery
TimeTracker
Surveillance Systems
Business Links
Support
Knowledge Base
Contact
Knowledge Base
Support
/
Knowledge Base
Snippets
Current Articles
|
Archives
|
Search
18
Identify SQL User Roles
posted on October 18, 2012 05:00
select dp2.name as role, dp1.name as owner from sys.database_principals as dp1 inner join sys.database_principals as dp2 on dp1.principal_id = dp2.own...
[Read the rest of this article...]
SQL Roles
Posted in:
SQL Server 2008 R2
Actions:
E-mail
|
Permalink
|
Comments (0)
07
Outlook Synchronizing Subscribed Folders Issue with GMail
posted on August 07, 2012 11:00
GO to OUTLOOK 1) Navigate to File >> Options >> Advanced >> scroll down to the send/receive heading >> click on the send/...
[Read the rest of this article...]
Actions:
E-mail
|
Permalink
|
Comments (0)
23
Regex - Insert a space after a comma
posted on July 23, 2012 09:42
String = "MyWord,AnotherWord,TheEnd" String = Regex.Replace(String, "(?<=,)(?!\\s)", " "); Value of the string is now . . . . . String = "...
[Read the rest of this article...]
Regex
Posted in:
C Sharp - C#
Actions:
E-mail
|
Permalink
|
Comments (0)
07
SEARCH Skin Object Attributes
posted on July 07, 2012 07:09
The Search Skin Object has 3 important attributes: Attribute Values Defaul...
[Read the rest of this article...]
Skin Object
Posted in:
DNN
,
Skin Objects
Actions:
E-mail
|
Permalink
|
Comments (0)
16
Google MX Records
posted on April 16, 2012 09:35
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...]
E-Mail
Posted in:
E-Mail
Actions:
E-mail
|
Permalink
|
Comments (0)
14
Adding a Header Tag to a Custom DNN Module
posted on March 14, 2012 15:21
string htmlHeaderTags = null; LiteralControl htmlHeaderCtrl = new LiteralControl(); htmlHeaderTags = "<base target=\"_self\">"; htmlHeaderCtr...
[Read the rest of this article...]
Posted in:
C Sharp - C#
,
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
06
Convert Money to Double
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...]
double.Parse
,
money
Posted in:
C Sharp - C#
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
02
DNN Token Replacement
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
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
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...]
Word
,
E-Mail Addresses
,
Scraping
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 13 of 32
First
Previous
8
9
10
11
12
[13]
14
15
16
17
Next
Last
Categories
Azure (2)
C Sharp - C# (38)
..private void function() (11)
CSS (16)
DNN (59)
..Modules (21)
....Core Modules (6)
....Custom Modules (36)
..Resource Links (2)
..Skin Objects (2)
..Social (1)
E-Mail (3)
IIS (3)
Malware (1)
Microsoft SQL Server (17)
..Azure SQL Database (2)
..SQL Scripts (16)
..SQL Server 2008 R2 (11)
..SQL Server 2014 (1)
..Stored Procedures (6)
Networking Problems (7)
Operating Systems (1)
..Windows 7 (3)
..Windows Server 2003 (1)
..Windows Server 2008 (2)
..Windows Server 2012 (2)
..Windows Vista (2)
..Windows XP (4)
PCI DSS Compliance (1)
SSRS (2)
Technology (139)
VbScript (3)
Web Design (7)
Web.Config (5)
Archives
2024 (10)
2023 (1)
2022 (1)
2021 (2)
2020 (16)
2019 (11)
2018 (8)
2017 (14)
2016 (14)
2015 (4)
2014 (26)
2013 (11)
2012 (15)
2011 (30)
2010 (157)