Resources for the DotNetNuke Community
Support this site
I am trying to develop a module for dnn 4.3.5. I was able to write the bll, and the dal, and load the module into a page on my dnn web site. It looks fine, but when I click the edit link it takes me to a blank dnn page. I went into module definitions, and checked to make sure that the key is set right, and that the path is right. What else could be causing this problem
Thanks
Mike
Nevermind I fixed the problem. For anyone who wants to know it was a template problem. I was able to fix the problem by restructuring the edit.ascx.vb class that came with the template I was using
Hi
I did use the codesmith templates after the 4.3.5 release, and for the most part they work fine. I was also using the module template for VS 2005 that you can find in the starter kit on DotNetNuke.com . under downloads. My problem was in the edit control class. All that was wrong was that the page_load method in the template was wrong, and I needed to fix it so that my module edit control would load in dnn