Knowledge Base

Snippets

Entries for December 2018

30
DotNetNuke.Common.Utilities.CBO.FillObject(System.Data.IDataReader, System.Type) is obsolete: Obsolete in DotNetNuke 7.3.  Replaced by FillObject...

[Read the rest of this article...]

26
// GET MODULE SETTINGS var mc = new ModuleController(); var mi = mc.GetModule(1534); var tSettings = mi.ModuleSettings;    &nbs...

[Read the rest of this article...]

Posted in: Custom Modules
05
UPDATE YourTable SET YourColumn = RTRIM(LTRIM(REPLACE(REPLACE(YourColumn, CHAR(10), ''), CHAR(13), '')))
Posted in: SQL Scripts