Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
Background DotNetNuke supports the ability to give a URL a custom page name, to make the URL more human friendly, e.g. instead of /Page/itemId/14/Default.aspx, you can have /Page/itemId/14/My-Article
Can one specify inside an aspx page (without code-behind) only to display a user control if the logged in user has administrator rig开发者_如何转开发hts?I assume that you\'re talking about an ascx con
if I add a second module in the left pane and want positioning them in DN开发者_运维技巧N, I do what
I know this can be done as there are other modules out there that have this, but I\'m just not getting it to work.
I am using DNN module 5.6.1, and i created a custom module using Devxpress controls, It is installing in dnn site, but when i try to add the module in a page, i getting the following Error,
i developed a custom login module for my dnn site, i could install custom login in my local host installed dnn version 05.06.01 (238), but when i tried to install it in my Live site installed same dnn
I have created a custom module on my local machine and have installed it to a remote server successfully a number of times using standard DNN deployment methods.
Can a DNN Module written in VS 2005 be used in latest 开发者_开发问答version of DNN which is written in VS2008
I\'m working on a DNN module which needs to be able to update the HTML content of existing HTML modules.Does anyone know how to do this through code?