How to add View.ascx + Edit.ascx with Module Creator?
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
DNN 7.2: Module Creator is now build in, good starting point for the rather simple modules I want to write. But when I create a module, I can create a view.ascx and configure it as using control type "View" and I can add edit.ascx and make it a "Edit" control type. But (unlike settings.ascx, which works fine) this adds no "Edit" option to the module. How do I access edit.ascx?
Also: does someone know any good read about the module creator?