Login
Login
Search
Consulting
Design
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
12
SEO Content Pages
posted on March 12, 2010 08:31
PROCEDURE GIBS_SEO_Content nvarchar(50) = null AS BEGIN if (len(@city)=0) begin set @city=null end SET NOCOUNT ...
[Read the rest of this article...]
Posted in:
Microsoft SQL Server
Actions:
E-mail
|
Permalink
|
Comments (0)
06
Abbreviated State Dropdown List
posted on March 06, 2010 14:31
Handy for various DNN modules that required a pipe seperated list of states. This list is for StateCode.
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
06
Shrink DNN Database Log File
posted on March 06, 2010 06:17
Script to shrink the DNN log file. use inetDNN_DATABASENAME GO BACKUP LOG inetDNN_DATABASENAME WITH TRUNCATE_ONLY GO DBCC SHRINKFILE (inetDNN_DAT...
[Read the rest of this article...]
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
05
Enable DNN Login Save
posted on March 05, 2010 05:06
<add key="PersistentCookieTimeout" value="20160" />
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
01
Search All Tables
posted on March 01, 2010 07:32
CREATE PROC SearchAllTables ( @SearchStr nvarchar(100) ) AS BEGIN -- Copyright © 2002 Narayana Vyas Kondreddi. A...
[Read the rest of this article...]
Actions:
E-mail
|
Permalink
|
Comments (0)
28
HttpRunTime executionTimeout
posted on February 28, 2010 04:52
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="28576" requestLengthDiskThreshold="8192" executionTimeout="4600" />
Posted in:
DNN
,
Web.Config
Actions:
E-mail
|
Permalink
|
Comments (0)
08
Inline Scroll Box
posted on February 08, 2010 14:50
Create an Inline Scroll Box using CSS.
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
05
Insert a Comma in a String
posted on January 05, 2010 05:39
' INSERT COMMA IN STRING inString="020312181920" strLen=len(inString) xx=1 for x=0 to strLen -2 inPart=mid(instring,xx,2) ...
[Read the rest of this article...]
Posted in:
VbScript
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 32 of 32
First
Previous
23
24
25
26
27
28
29
30
31
[32]
Next
Last
Categories
Azure (2)
C Sharp - C# (38)
..private void function() (11)
CSS (16)
DNN (59)
..Modules (21)
....Core Modules (6)
....Custom Modules (35)
..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 (8)
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)