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
Custom Modules
Support
/
Knowledge Base
/
DNN
/
Modules
/
Custom Modules
Snippets
Current Articles
|
Archives
|
Search
DotNetNuke Custom Modules
23
Ventrian Gallery Latest Template
posted on January 23, 2016 06:09
Link to photo slideshow: <div style="margin: auto;width: 100%;text-align: center;">[PHOTOWITHBORDER]</div> <div style="text-ali...
[Read the rest of this article...]
Ventrian Simple Gallery
Posted in:
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
15
Pivot Query for Ventrian Property Agent
posted on December 15, 2014 08:22
I had a need for getting a property details for a SSR report and came up with the following store procedure . . . I thought it might be useful t...
[Read the rest of this article...]
Ventrian Property Agent
Posted in:
Modules
,
Custom Modules
,
Microsoft SQL Server
,
SQL Scripts
,
SQL Server 2008 R2
,
Stored Procedures
Actions:
E-mail
|
Permalink
|
Comments (0)
26
Log to DNN Event Viewer
posted on November 26, 2014 07:57
DotNetNuke.Services.Log.EventLog.EventLogController objEventLog = new DotNetNuke.Services.Log.EventLog.EventLogController(); objEvent...
[Read the rest of this article...]
DNN Event Viewer
Posted in:
C Sharp - C#
,
Custom Modules
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)
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)
24
DNN Registration of jQuery and Plugins in DotNetNuke
posted on June 24, 2014 08:53
protected override void OnInit(EventArgs e) { base.OnInit(e); JavaScript.RequestRegistration(CommonJs....
[Read the rest of this article...]
Posted in:
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
17
DNN Check for Authentication and Redirect to Login Page
posted on April 17, 2014 06:44
Note that you must define a login page in the Admin/Site Settings module. if (!IsPostBack) { if (UserId == -1) { Response.Redirect(Globals....
[Read the rest of this article...]
Posted in:
C Sharp - C#
,
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
16
Send a password reminder email from a custom module
posted on December 16, 2013 08:18
UserInfo u = new UserInfo(); u = UserController.GetUserById(PortalId, DnnUserId); ...
[Read the rest of this article...]
Posted in:
DNN
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 3 of 4
First
Previous
1
2
[3]
4
Next
Last
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 (4)
IIS (3)
Malware (1)
Microsoft SQL Server (18)
..Azure SQL Database (5)
..SQL Scripts (19)
..SQL Server 2008 R2 (11)
..SQL Server 2014 (1)
..Stored Procedures (6)
Networking Problems (7)
nopCommerce (3)
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 (9)
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)