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
09
Create a Google QR Code for customer reviews
Webmaster
posted on January 09, 2025 12:12
Ssteps on how to create a Google QR Code for customer reviews. Step 1: Go to the Google Place Finder Tool and look up your busin...
[Read the rest of this article...]
Google Reviews
Posted in:
DNN
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
07
Estimated demand for QR Code use in 2025 and the future
Webmaster
posted on January 07, 2025 11:37
It's estimated that by 2025, over 100 million smartphone users in the US will be scanning QR codes. This indicates a strong and growing demand for...
[Read the rest of this article...]
Posted in:
Azure
,
C Sharp - C#
,
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
06
Get DNN User CustomProperty Profile Data
Webmaster
posted on January 06, 2025 10:51
private string GetUserProfileString(string CustomProperty, int UserID) { &n...
[Read the rest of this article...]
Posted in:
C Sharp - C#
,
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
17
Ventrian Property Agent - Initialized Template Disappears
Webmaster
posted on September 17, 2024 13:00
Has anyone ever run across a property agent page where the initialized template disappears? You get to the property agent page and message indicates T...
[Read the rest of this article...]
Ventrian Property Agent
Posted in:
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
24
Gridview RowDataBound Access Data Values
posted on May 24, 2024 08:57
protected void GridViewOrders_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) ...
[Read the rest of this article...]
Posted in:
C Sharp - C#
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
18
Add Javascript to a DNN Page header in a Custom Module
posted on April 18, 2024 05:55
How to Add Javascript to a DNN Page header section in a Custom Module protected override void OnInit(EventArgs e) { &...
[Read the rest of this article...]
JavaScript
,
Page Header Section
Posted in:
DNN
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
27
Create DNN List Using ListController()
posted on January 27, 2020 08:52
public void CreateList() { try { //create a placeholder entry - const string listName = "InventoryReportingType"; var listC...
[Read the rest of this article...]
ListController()
Posted in:
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
25
DNN SendMail Attachments
posted on January 25, 2020 09:11
C# declare empty string array for Attachments string[] arr = new string[] {};string[] arr = new string[] {};string[] attachments = new string...
[Read the rest of this article...]
Posted in:
Custom Modules
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)
02
DNN States Dropdown List
posted on January 02, 2020 07:31
Get a list of states using the DNN Lists public void GetDropDownListStates() { try { // Get State Dropdown from DNN...
[Read the rest of this article...]
ListController()
Posted in:
C Sharp - C#
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 1 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 (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)