How to create Custom Module in DNN 7.3.3?

247 views Asked by At

Can anyone help to make custom module in visual studio for DNN Software.

Or any reference.

I am using VS-2013 and DotNetNuke 7 C#.

enter image description here

enter image description here

1

There are 1 answers

0
iJungleBoy On

Since you're new - you should also consider creating Apps using 2sxc, instead of classic WebForms Modules. It's a much simpler, more advanced setup but can do basically everything a module can, just with automatic data handling/versioning, image processing, view management and more.