The time has come to hunker down and make some progress on converting the PGC golf program to DotNetNuke.
Being brand new to DNN and pretty new to ASP.NET it looks like it will be a challenge!!
There a number of resources available. The ASP.NET forums for DNN look okay - they have been upgraded to use CS-forums and there have been some upgrade pains - the system was way slow yesterday and kept giving me a general page.
The question of the day - is how to have mutiple view controls in a module? I am able to get a single control working fine, but I do not want to create 5 modules for my Golf Program!! The application should be one Module of logically related controls.
The newblog by Hans-Peter Schelian at http://www.dnnportal.de appears to handle this well, but doing a code review of this still has me stumped.
A handul of users on the forums have suggested using a main control and doing some form of dispatching, following an article at www.coder.com.
Time for a break and perhaps a fresh look later.