Module Builder Demonstration
This demo will show you how easy it is to create a custom module for your DotNetNuke website using DNN Module Builder.
Objective: create a custom employee module that has the following features:
- Web-based -- this application will install and run in any DNN portal
- Add/Edit -- allow users to add, edit and view employee data
- Security -- multiple permission levels for allowing adding, editing and viewing data by registered users while allowing unregistered users to view some or all of the data
- View Data -- multiple customized views
- DNN Functionality -- use DatePicker control for setting dates and the MaskedTextbox for ensuring data integrity of a social security number by supplying an input mask
NEXT