In the Dot Net Nuke module that I\'m developing I need to separate the controls into several different areas.Unfortunately, it appears that Dot Net Nuke thinks that any control identif开发者_JS百科ied
I have a .NET assembly that lives in the GAC.It is registered correctly so that it can be invoked by COM components.This .NET assembly contains a method and an overload to the method:
I am developing a number of modules for a client that will share some user interface functionality using a common Web User Control to provide the UI. When I wrote the first module and added in the .as
i have made a custom module on DNN ,created its package and integrated with another DNN application.It works fine.But after uploading the module in another DNN application i am creating module databas
I am trying to install a module in a DNN project residing on Godaddy. I am getting an error installing the module开发者_开发问答
OK I\'m new to DotNetNuke and need to write a simple module in DNN that will display an article for everyone, and allow the admin to edit the article/add a new one.