Adding this simple module to DotNetNuke Portal you can incapsulate any ascx control and its behaviour.
Below there are three samples:
1- A simple control containing a form with events
2- A simple control containing a form with "Ajax style" events
3- Existing google map control I built for a generic ASP.NET site.
Could be usefull when:
- you need a customization but don't want to develope an entire new module;
- you want an easy way to integrate existing custom control not developed for DotNetNuke
- you need to migrate some control from asp.net web site to a DotNetNuke Portal
To download a sample with a video guide click here