omacdon

Stories submitted by omacdon

Shancer Software Releases Encrypt Web.config 1.0 for DNN(learnmsnet.com)

submitted by omacdonomacdon(110) 4 years ago

Shancer Software has released their first version of their module for easy encryption and decryption of the web.config file within the DotNetNuke portal framework. read more...

add a comment |category: |Views: 1

tags: another

DotNetNuke 4.8.1 has been released(learnmsnet.com)

submitted by omacdonomacdon(110) 4 years, 3 months ago

DotNetNuke 4.8.1 has been released to the masses. read more...

add a comment |category: |Views: 2

tags: another

How to sort a DataTable (learnmsnet.com)

submitted by omacdonomacdon(110) 4 years, 3 months ago

While working on one of my modules I had a request to be able to sort the items in my DataList alphabetically. This seemed to be a trivial thing as far as I was concerned so off I went. I was using a DataTable to bind to the DataList control for viewing the links I was building read more...

add a comment |category: |Views: 19

tags: another

Fixing the DNN Breadcrumb Skin Object(seablick.com)

submitted by omacdonomacdon(110) 4 years, 3 months ago

A great article on working and modifying the Bread crumb skin object. read more...

add a comment |category: |Views: 24

tags: another

DotNetNuke Tips & Tricks #2 - Host Settings - Details, Appearance(learnmsnet.com)

submitted by omacdonomacdon(110) 4 years, 4 months ago

Following up with our post yesterday on the Host Settings Configuration. I thought we should continue walking through our discussion of the next two sections of these settings. read more...

add a comment |category: |Views: 8

tags: another

DotNetNuke Tips & Tricks #1 - Host Settings Configuration (learnmsnet.com)

submitted by omacdonomacdon(110) 4 years, 4 months ago

This is a the first in a long series of articles that will provide tips and answers to questions about DotNetNuke. read more...

add a comment |category: |Views: 17

tags: another

Wildcard Application Mapping for URL Rewriting in IIS 6.0(learnmsnet.com)

submitted by omacdonomacdon(110) 4 years, 4 months ago

This post discusses how setup Wildcard Application Mapping on IIS 6.0 for url rewriting handlers. read more...

add a comment |category: |Views: 164

tags: another

BlogEngine.net DotNetKicks Extension (learnmsnet.com)

submitted by omacdonomacdon(110) 4 years, 4 months ago

Describes a BlogEngine.NET Extension that allows the submission of articles to DotNetKicks from a Blog page. read more...

add a comment |category: |Views: 11

tags: another

Installing DotNetNuke 4.8.0 for the first time (learnmsnet.com)

submitted by omacdonomacdon(110) 4 years, 4 months ago

This article is for someone who would like to install their dotnetnuke installation for the first time. It provides screen shots and some basic steps for consideration during the installation. read more...

1 comment |category: |Views: 74

tags: another

Check for column in SQL Table and add if not there (learnmsnet.com)

submitted by omacdonomacdon(110) 4 years, 4 months ago

This article describes how to add a table to a column and check before adding if it exists. read more...

add a comment |category: |Views: 10

tags: another

Using ASP.NET Validation for comparison to today's date (learnmsnet.com)

submitted by omacdonomacdon(110) 4 years, 4 months ago

While working on a reservation system it was important to make sure that the reservation date was today's date or in the future. This explains how to do it with ASP.NET Validation controls. read more...

add a comment |category: |Views: 6

tags: another