I\'m creating a module and I was able to add a user control as a view type and everything worked. I want to add a second control, also as a view type, but that\'s where trouble begins.
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)
Currently I have a fully working Register form. However I now need add the users Address on to the form, everything is fine untill I come to add the users address information
I include jquery into my module with DotNetNuke.Framework.jQuery.RequestRegistration(); and it works like expected.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Does anyone know of a much better blog module than the one that comes wit开发者_StackOverflow社区h DNN. We have found it VERY frustrating using the standard DNN module and need something that\'s going
in DotNetNuke module,i tried CollapsiblePanelExtender, it wor开发者_如何学运维k fine with FF,it alway explan with IE?Make sure the doctype for your skin is correct - this was something i ran into a lo
I\'ve been looking for ways to do this for days now ... and its really killin\' me ... anyone, please help.
our client needs to shortcuts to particular pages We need to redirect non existent urls like http://site.com/promotion1
Can someone provide a simple C# example of retrieving data from the database in the co开发者_高级运维de behind of a DNN module?I suggest downloading and studying the data access examples from two rece