|
|
DNN
www.DNNSoftware.com DNN DotNetNuke
NO
Image:
posted on December 24, 2019 07:30
Check if a DNN TrueFalse (bool) profile property exists and if it doesn't create a new one
USE:
CheckProfilePropertyExistsTrueFalse("Do...
[Read the rest of this article...]
DNN User Profile
posted on November 11, 2019 06:52
<add key="UpdateServiceUrl" value="https://dnnplatform.io" />
Thanks Mitch Sellers!
DNN Update Service URL
posted on November 30, 2017 09:13
Issue after upgrade from 8 to 9.1. I ended up deleting all settings in HostSettings and PortalSettings tables that started with SMTP*. Once I did that...
[Read the rest of this article...]
posted on October 15, 2017 09:04
Add a stylesheet from custom DNN module settings
HtmlGenericControl css1 = new HtmlGenericControl("link");
css1.Attributes["type&qu...
[Read the rest of this article...]
css,
stylesheet,
DNN Module Settings
posted on May 18, 2017 14:12
A map of where things were in DNN 8 and where they can be found now in DNN 9.
DNN 8
DNN 9
Administrators
Super Users
...
[Read the rest of this article...]
DNN9
posted on March 10, 2017 14:34
System.InvalidOperationException: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping...
[Read the rest of this article...]
DNN 9
Posted in:
DNN,
Web.Config
posted on May 11, 2016 09:32
Try this . . . .
<asp:TemplateField HeaderText="Thank You Letter">
<ItemTemplate>
<asp:Label ID="lblTYLetter" runat="server" Text...
[Read the rest of this article...]
GridView TemplateField
posted on May 04, 2016 07:17
DNN now returns the long state name when using DotNetNuke.Entities.Users.UserInfo . . . Here's an easy workaround for returning the 2 letter stat...
[Read the rest of this article...]
State Name,
State Code
posted on April 23, 2016 05:09
SELECT UserID, Username, FirstName, LastName, IsSuperUser, AffiliateId, Email, DisplayName, UpdatePassword, ...
[Read the rest of this article...]
DNN Users
posted on March 20, 2016 11:00
Module Load Warning One or more of the modules on this page did not load. This may be temporary. Please refresh the page (click F5 in most browsers). ...
[Read the rest of this article...]
DNN 8 Upgrade