Questions tagged [dotnetnuke]

A .NET open source content management system and web application development framework. Also goes by the names DotNetNuke, and DNN Platform and Evoq (the Commercial Product built upon DNN Platform).

The DNN (DotNetNuke) Platform is a CMS originally based on a Microsoft .NET example web application called IBuySpy portal, it was first released under the moniker IBuySpy Workshop. It is an open-source project (MIT license) and part of the .NET Foundation. There are also commercial solutions built by DNN Software, including Evoq Content. Overall, the platform runs over 700,000 known production websites.

Originally DNN was written in VB.NET. With version 6 of DNN, a switch was made to C# as the development language for the core platform. The name changed from DotNetNuke to DNN Platform in 2013 (with the commercial solutions changing from Professional Edition and DNN Social to the Evoq Suite of solutions).

More information and additional support resources can be found using the following links.

  • dnncommunity.org - The official DNN Community Website, including blogs & discussion forums
  • dnndocs.com - The official DNN Platform Documentation
  • GitHub Repository - Where all source code, bug reports, feature request,s and releases can be obtained from
  • Security Center - A listing of all known security issues and mitigations
  • DNN Store - the official marketplace for DNN extensions
3491 questions
0
votes
1 answer

DNN and Paypal sandbox - Incorrect expiry date

I am testing paid memberships for my DNN website with the Paypal sandbox. The subscription goes through smoothly, and the role is correctly added to the user. However, the expiry date of the role is set to 2 yrs from the current date, although the…
Apeksha
  • 485
  • 6
  • 23
0
votes
2 answers

Open a DNN (DotNetNuke) page in a new browser window

I use NavigateURL to redirect request to a new DNN logical page. What I would like to achieve is to open the new page in a separate browser window and be able to set the window dimensions.
itisinteresting
  • 125
  • 2
  • 12
0
votes
2 answers

DNN Search very slow

I am using DNN 5.0. I have created a module in which I am providing some search criteria and a asp.net button. On click of button I am using greybox and displaying the search result on next page. on result page when I'm searching within database it…
0
votes
1 answer

DotNetNuke (DNN) 1 module - 3 ASCX files scenario

I am new to DNN. I have created a DNN module with three controls (C#, .NET3.5) : Controller EmailRequest DealSuccess Controller checks ["ClientEmail"] cookie value AND if NULL redirects to EmailRequest control, if NOT NULL redirects to…
0
votes
1 answer

Putting VBScript code in dotnetnuke

I am not sure about this issue where I need to put a vbscript code (from asp file) and put it in a dotnetnuke ascx file. Our client's IT guy who did the code in vbscript, requires us to reuse his code to put it in our dotnetnuke ascx file (the…
Jepe d Hepe
  • 899
  • 5
  • 22
  • 42
0
votes
2 answers

DotNetNuke crashed after updating to v6.1.1 from 5.3.1

After updating DNN to the latest version, my site is not working. I suspect it to be a theme-related issue as I have been doing some debugging. But I can not narrow it down further. The current stacktrace from my site looks like…
Kenn
  • 416
  • 3
  • 7
0
votes
2 answers

have any example of dotnetnuke plugin?

i am new in plugin development for asp.net, so i am using DotNetNuke open source for developing, please send me any link documentation or send me any sample plugin documentation links. thanks in advance
gopal
  • 73
  • 1
  • 6
0
votes
1 answer

How to import MDF/LDF DotNetNuke/WebMatrix data into SQL Server

How do I import data in the Database.mdf file into a SQL Server? I am using RazorSQL to access the MSSQL database, and tried to "import" the data, but did not know which "separator" to use. I presume that my DotNetNuke data is in the Database.mdf…
sandraqu
  • 1,428
  • 1
  • 14
  • 31
0
votes
1 answer

Can dot net nuke skins be created without using any graphics editing program?

I'm looking at creating my own dnn skin. All the articles that I can find talk alot about using photoshop to create an image and slicing and blah, blah, blah. I want to know if I can create a new skin by only modifying an existing ascx file and…
Doug Chamberlain
  • 11,192
  • 9
  • 51
  • 91
0
votes
1 answer

DotNetNuke throws itself into Quirks mode without changing settings

We've never experienced this before with DNN but sites which have been running for a long time is throwing itself into Quirks mode because the FallBack Skin Doctype has changed to HTML4 (Legacy). The only thing I am doing differently now is…
SixfootJames
  • 1,841
  • 5
  • 26
  • 42
0
votes
1 answer

DNN: Call a Webseervice from JQuery

I try to move a piece of my old code to a DNN Module. The Code calls a Webservice (asmx) via JQuery and display's the Result. I placed the ASMX File here : DesktopModules.MyModule.Service and the Code Behind into the App_Code\MyModule Folder. I can…
0
votes
3 answers

What system condition could cause "control with id 'xxx' could not be located"?

Last night one of our users identified an issue with a site that hasn't had coding changes I'm aware of in 5 months: An error has occurred because a control with id 'xxx' could not be located or a different control is assigned to the same ID…
David Silva Smith
  • 11,498
  • 11
  • 67
  • 91
0
votes
1 answer

DNN page render correctly in IE7/Vista

I have a dot net nuke site that I have written a custom module for. It a form that users fill out to submit information - no big deal. On the form, I use the Ajax and the Ajaxoolkit for validation, and a calendar popup. I enable/disable controls…
HitLikeAHammer
  • 2,679
  • 3
  • 37
  • 53
0
votes
1 answer

Is it possible to use two versions of MS reporting library in one asp.net site/ DNN site

Is it possible to use different versions of MS reporting library say 8 and 10 (Report viewer and rdlc compiler) in one asp.net site? I have tried to use this because I wanted to install two DNN modules in one DNN site which use different versions…
Elias Haileselassie
  • 1,385
  • 1
  • 18
  • 26
0
votes
2 answers

DotNetNuke Cart

Does anyone with DotNetNuke have experience with downloadable content with a shopping cart? There is a client using CatalooK as their shopping cart. They sell user manuals for a range of car models (one car has multiple user manuals in different…
user723217
  • 153
  • 1
  • 2
  • 8