Questions tagged [dotnetnuke-module]

DotNetNuke is a web content management system based on Microsoft .NET. The Community Edition is open source.

DNN Platform (formerly "DotNetNuke Community Edition" content management system) is open source software that is intended to allow management of websites without much technical knowledge, and to be extensible through a large number of third-party apps to provide functionality not included in the DNN core modules. Skins can be used to change the look of a website using DNN.

The default functionality of DotNetNuke can be expanded by adding third-party modules, either from an existing library of modules, or through in-house development of custom functionality. The DotNetNuke framework provides basic functionality such as security, user administration and content management, while modules are used to tailor the web site for specific deployment needs.

http://en.wikipedia.org/wiki/DotNetNuke#Modules

366 questions
1
vote
1 answer

DotNetNuke (DNN) and Hyperlink Manager "Track the number of times this link is clicked"

I have clients using the DNN CMS (Evoq Content 7.3.2) system and are questioning a specific area in the "Hyperlink Manager". There are two checkboxes (View image): Track the number of times this link is clicked Log the user, date and time for each…
1
vote
1 answer

How to clear a message after AddModuleMessage

If I want to add message to Module in dotnetnuke I should do this DotNetNuke.UI.Skins.Skin.AddModuleMessage(Me, "Error1", DotNetNuke.UI.Skins.Controls.ModuleMessage.ModuleMessageType.RedError) but If I want to add a warning too like…
zohreh
  • 21
  • 1
  • 3
1
vote
3 answers

How to prevent autofill of previous data in ASP:Textbox?

I have 2 simple controls. When my page loads, it automatic fills up. I got following reference which suggests to set Autocomplete = Off Stop browser from filling textboxes with…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
1
vote
2 answers

Could not load file or assembly EntityFramework in DotNetNuke

I have a old module in DotNetNuke. I used EF 5 in my project: I added module to DotNetNuke and it worked properly. But when I add new module that requierd to EF 6 my module gives me an error: Could not load file or assembly 'EntityFramework,…
Ali Soltani
  • 9,589
  • 5
  • 30
  • 55
1
vote
1 answer

Textbox AutoComplete ( call handler in .ascx page)

I want to call Generic Handler in .ascx page for textbox autocomplete in dotnetnuke module. I use this code but not working