Knowledge Base

Snippets

Entries for 2011

01
Populate a credit card expiration month DropDownList for (int i = 1; i <= 12; i++) {     DateTime month = new DateTime(2011, i,...

[Read the rest of this article...]

Posted in: C Sharp - C#
29
List files in a folder . . .     private void ListFiles()     {         DirectoryI...

[Read the rest of this article...]

Posted in: C Sharp - C#
26
DotNetNuke is the leading open source web content management system (CMS) and application development framework for Microsoft .NET. DotNetNuke ...

[Read the rest of this article...]

Posted in: Resource Links
17
When running a named instance of MS SQL the instance will run on a port other than the usual port 1433. To determine the port you can use th...

[Read the rest of this article...]

07
Disclaimer: The items mentioned in the following article involve making changes to your server’s registry. Incorrectly modifying your server’s registr...

[Read the rest of this article...]

03
In order to redirect an out-of-print web page to another location, return the HTTP 301 status code and a location header in the HTTP response of the d...

[Read the rest of this article...]

Posted in: VbScript
01
A user getting a Javascript error on the Comcast home page and unable to load the Comcast web-based e-mail page. It turns out there were conflict...

[Read the rest of this article...]

Posted in: Technology
25
Configuring SSL Host Headers in Microsoft IIS Background Host headers can be used to host multiple secure web sites on one IP address. However, the ...

[Read the rest of this article...]

IIS, SSL, Host Headers
Posted in: IIS
09
INSERT [dbo].[Farming] ( [First Name] [Last Name] Title [Mailing Address] [Mailing City] [Mailing Province/State] [Mailing Postal/ZIP] We...

[Read the rest of this article...]

03
SQL Query SELECT R.UserDefinedRowId, F.FieldTitle, D.FieldValue FROM dbo.UserDefinedRows R LEFT OUTER JOIN dbo.UserDefinedData D on R.UserDe...

[Read the rest of this article...]

Posted in: DNN
Page 3 of 3First   Previous   1  2  [3]  Next   Last