Questions tagged [dotnetnuke-5]

DotNetNuke version 5. A .NET based open source CMS.

DotNetNuke is a CMS originally created from a Microsoft .NET Example web application IBuySpy portal. It is available as an open source Community Edition under a BSD-style license. There are also Professional and Enterprise Editions that add deeper workflow and other security enhancements over the community edition.

173 questions
1
vote
0 answers

How to connect to DNN database?

I have a windows form application and it communicate to a web-service and it using the dotnetnuke dll only..the web service is not a DNN site its just referenced the DNN dll.. Using that webservice I need to access this dotnetnuke dll and connect to…
CNB
  • 275
  • 1
  • 3
  • 6
1
vote
1 answer

dnn 5 module programming

I'm starting to get into dnn 5 module programming (using dnn for the very first time). The issue is i can't seem to be able to use my new module. i programm it, then apparently y install it, but when i try to add it to a pane in the page, the page…
bustro
1
vote
1 answer

Adding Javascript in Homepage.ascx in DotNetNuke

I just want to add a small Javascript in DNN homepage.ascx file: Please…
Phillip Mclauren
  • 417
  • 3
  • 17
0
votes
1 answer

How do I keep a user Authenticated in DNN 5.6.6 when using RadEditor's Image Manager?

I have a RadEditor on a page, and it is breaking authentication on the next postback after I have closed the Image Manager Dialog. I have tried adding this: reThePolicy.DialogOpener.AdditionalQueryString = string.Format("&PortalID={0}",…
D-Money
  • 131
  • 1
  • 1
  • 7
0
votes
1 answer

Dot net nuke changing the content of pane dynamically

Hey friends i am new to Dotnet nuke. Here I need to create one section which is updated automatically. AS for example Employee of the month section need to be updated automatically and also should have history. For that i thought to create one page…
Nhuren
  • 503
  • 2
  • 10
  • 29
0
votes
1 answer

How to integrate a user control that uses the Webservice to display data in DNN?

I have one user control that fetches the data from one web-service. I want to keep that user control intact and want to deploy (Integrate) the same within DNN 6.1.2 so how can i do that? Please note that I am new to DNN and aware little about DNN…
Jigar Pandya
  • 6,004
  • 2
  • 27
  • 45
0
votes
3 answers

Why is document.write no longer working for me?

I'm working in DotNetNuke but this doesn't really seem to be strictly a DNN problem. I am using a DNN provided method in my module called FormatEmail which uses document.write to write out an email like like so:
Jeff Martin
  • 10,812
  • 7
  • 48
  • 74
0
votes
1 answer

DNN Profile update on login - existing values not displayed

We have recently changed our website configuration to make certain fields mandatory. We also set "Require valid profile for login" to True, so that existing users can fill out the missing information the next time they log in. The problem is that…
Apeksha
  • 485
  • 6
  • 23
0
votes
1 answer

How to use and create Dynamic Panel in Dynamic Form Module in DNN?

I have some controls RadioButton,CheckBoxGroup and TextBoxes.I want to add these controls in this Dynamic Panel . And I have a Combo Box which have values 1,2,3,4,5,6. So when i select 1 from Combobox, 1 panel should display , when i select 2 from…
Bharat Bhushan
  • 115
  • 3
  • 16
0
votes
2 answers

How to create Dynamic Control in Dynamic form Module in DNN?

Actually I have a DropDownList, Which have values 1,2,3,4,5,6.And Under this some controls 2 RadioButtons,3 CheckBox Group and 4 TextBoxes. When i select value 1 from DropDown These controls display once,when i select value 2 from dropDown , these…
Bharat Bhushan
  • 115
  • 3
  • 16
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
0 answers

Can I control DNN footer links?

How does DNN decide what items from the menu to put in the footer? On one of my portals, I see just "Home". On another one I see "Home" and the last menu item. On still another one, there is none. I understand that whether to put a footer or not…
Apeksha
  • 485
  • 6
  • 23
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

adding web reference in dotnetnuke package creation?

i am trying to create a dotnetnuke module which will be installable .in this module i am using a web service but when i am installing this module on another dnn portal it shows error which is in following image you can find below on dnn forum my…
rahularyansharma
  • 11,156
  • 18
  • 79
  • 135
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