Register
Login
Register
Login
Search
Design
Consulting
DNN Apps
Content Management System
Custom DNN Modules
Business Directory
Restaurant Menu Manager
Custom Database Reporting
Distributor Locator
Gift Certificates
Date Time Calculator
Screenshot Gallery
TimeTracker
QR Code Maker
Surveillance Systems
Business Links
Support
Knowledge Base
Contact
Knowledge Base
Support
/
Knowledge Base
Snippets
Current Articles
|
Archives
|
Search
Entries for 'DNN'
28
What are the benefits of using the CMS DotNetNuke?
Webmaster
posted on October 28, 2024 06:36
DNN (DotNetNuke) software, from dnnsoftware.com, offers several benefits as a Content Management System (CMS) Here are some of the key advantages: &nb...
[Read the rest of this article...]
DNN
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
21
Initializing a NotificationController in DNN 9
posted on October 21, 2020 07:28
You can use NotificationsController.Instance.SendNotification method to send notifications. Here is an example: public void ...
[Read the rest of this article...]
DNN
,
Notification Controller
Posted in:
DNN
,
Core Modules
,
Social
Actions:
E-mail
|
Permalink
|
Comments (0)
25
Dim objRoleController As New RoleController
posted on January 25, 2020 10:11
Dim objRoleController As New RoleController Dim arrRoles As String() = CType(objRoleController.GetUserRoles(Me.PortalId, Me.UserInfo.Username.ToStrin...
[Read the rest of this article...]
DNN
,
Ventrian
Posted in:
VbScript
Actions:
E-mail
|
Permalink
|
Comments (0)
23
DNN Get User DisplayName
posted on January 23, 2020 07:59
private string GetDisplayName(int PortalId, int UserId) { string UserDisplayName = ""; DotNetNuke.E...
[Read the rest of this article...]
DNN
,
DisplayName
Posted in:
C Sharp - C#
,
private void function()
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
05
10 Reasons to use DNN for new websites
posted on January 05, 2015 12:02
As a web design consultant specializing in DNNSoftware, I often get asked the question "why use DNN?". Why not use Microsoft's SharePoint, or Conte...
[Read the rest of this article...]
DNN
,
Open Source
,
DotNetNuke
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
30
jQuery Modal in DNN
posted on September 30, 2014 09:38
function OpenDialog(url, height, width, title) { var vurl = url; var vheight = height; var vwidth = width; var v...
[Read the rest of this article...]
DNN
,
jQuery
,
modal
Posted in:
DNN
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
27
Get DNN User Profile Property Value
posted on September 27, 2014 07:10
using DotNetNuke.Entities.Profile; string _value = GetUserProfilePropertyValue("MyCustomProfileField").ToString(); public string GetUserProf...
[Read the rest of this article...]
DNN
,
ProfileProperty
Posted in:
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
23
Set Custom Page Name in DNN
posted on September 23, 2014 05:34
public void SetPageName(string PageName) { try { DotNetNuke.Framework.CDefault CustomPageName = (D...
[Read the rest of this article...]
DNN
Posted in:
DNN
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
02
DNN 404 Errors on IIS 7 using ApplicationPoolIdentity
posted on September 02, 2014 08:17
Solved on IIS7.Issue is in the web config the <modules tag needs to be changed to the following: <system.webServer> <mod...
[Read the rest of this article...]
DNN
,
IIS 7
Posted in:
DNN
,
Web.Config
Actions:
E-mail
|
Permalink
|
Comments (0)
06
DNN GetUsersByRoleName for a Dropdown
posted on July 06, 2014 07:56
public void GetPreviousAgents(string _AgentRole) { try { DotNetNuke.Security.Roles.RoleController objRoleController = new DotNetNuke.Securit...
[Read the rest of this article...]
DNN
,
GetUsersByRoleName
,
C#
Posted in:
C Sharp - C#
,
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
Categories
Azure (3)
C Sharp - C# (41)
..private void function() (11)
CSS (17)
DNN (63)
..Modules (23)
....Core Modules (6)
....Custom Modules (39)
..Resource Links (2)
..Skin Objects (2)
..Social (1)
E-Mail (3)
IIS (3)
Malware (1)
Microsoft SQL Server (18)
..Azure SQL Database (3)
..SQL Scripts (17)
..SQL Server 2008 R2 (11)
..SQL Server 2014 (1)
..Stored Procedures (6)
Networking Problems (7)
nopCommerce (1)
Operating Systems (1)
..Windows 7 (3)
..Windows Server 2003 (1)
..Windows Server 2008 (2)
..Windows Server 2012 (2)
..Windows Vista (2)
..Windows XP (4)
PCI DSS Compliance (1)
SSRS (2)
Technology (139)
VbScript (3)
Web Design (7)
Web.Config (5)
Archives
2025 (6)
2024 (12)
2023 (1)
2022 (1)
2021 (2)
2020 (16)
2019 (11)
2018 (8)
2017 (14)
2016 (14)
2015 (4)
2014 (26)
2013 (11)
2012 (15)
2011 (30)
2010 (157)