Knowledge Base

Snippets

13
DNN Reports Module Pager CSS
Add this to your stylesheet to pretty up the pager in the DNN Reports Module: .DNN_Reports_Grid_Pager {     /*display: inline-block...

[Read the rest of this article...]

06
Set font to Wingdings . . . . Expression:  =IIF(Fields!Parishioner.Value,chr(254),chr(168)) SSRS
02
        public string ReturnBooleanAsYes_or_No(Boolean choice)         {  ...

[Read the rest of this article...]

bool, boolean
31
autocomplete="off" should do the trick! Put this in your <form tag or in every <input tag like this: <form autocomplete="...

[Read the rest of this article...]

17
Select * from Clients  WHERE        (ClientEmailAddress NOT LIKE '%_@__%.__%') AND (LEN(ClientEmailAd...

[Read the rest of this article...]

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
11
DotNetNuke.Security.Roles.RoleController rolesController = new DotNetNuke.Security.Roles.RoleController(); UserRoleInfo role = rolesController.GetUse...

[Read the rest of this article...]

DNN User Roles
08
Getting an error when submitting an article for approval .  . .  Offending user control: ucSubmitNewsComplete ModuleControlSource:Desk...

[Read the rest of this article...]

Ventrian New Articles
Posted in: Modules
Page 6 of 34First   Previous   1  2  3  4  5  [6]  7  8  9  10  Next   Last