Knowledge Base

Snippets

21
Within a stored procedure use an IF STATEMENT to check a parameter for a NULL VALUE if( @CustomFieldID is null) begin    print 'NUL...

[Read the rest of this article...]

Stored-Procedure, Null-Value
Posted in: Stored Procedures
19
Get the date and time in C#   vDate = Convert.ToString(System.DateTime.Today.Date.ToShortDateString()); vTime = Convert.ToString(System.DateTi...

[Read the rest of this article...]

Date, Time
Posted in: C Sharp - C#
17
Here you can find the list with the standard set of fonts common to all versions of Windows and their Mac substitutes, referred sometimes as "browser ...

[Read the rest of this article...]

Posted in: Web Design
12
  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...]

06
Handy for various DNN modules that required a pipe seperated list of states. This list is for StateCode.  
Posted in: DNN
06
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
05
<add key="PersistentCookieTimeout" value="20160" />
Posted in: DNN
01
CREATE PROC SearchAllTables ( @SearchStr nvarchar(100) ) AS BEGIN -- Copyright © 2002 Narayana Vyas Kondreddi. A...

[Read the rest of this article...]

28
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="28576" requestLengthDiskThreshold="8192" executionTimeout="4600" />
Posted in: DNN, Web.Config
08
Create an Inline Scroll Box using CSS.  
Posted in: CSS
Page 33 of 34First   Previous   25  26  27  28  29  30  31  32  [33]  34  Next   Last