After reading Michael Washington's tutorial at http://www.adefwebserver.com/DotNetNukeHELP/DNN_Things4Sale/ I'm in process of creating the first form in my module. And since it is a simple, one form tutorial, I'm not sure how to proceed in creating other forms (so I would have six separate forms, but all of them are having FKeys down from one to another)
For each form to display in my module I have to create:
One set of files:
{
TableNameInfo.vb,
TableNameController.vb
} in MyModuleName folder under App_Code folder
and
{
ViewTableName.ascx,
ViewTableName.ascx.vb
} in MyModuleName folder under DesktopModules folder
One set od Stred Procs:
{
TableName_Update,
TableName_Insert,
TableName_Delete,
TableName_SelectAll
}
Then register the whole module or each form separately (I'm not sure on this one) in DNN
Or should I just create six separate modules with one SQL script file for all six?
I tried to look up other modules, but looks like they are in .net v1.1 to maintain compatibility with DNN3.3 and none of them in Visual Studio 2005, so every time I'm opening something up it goes through the converting wizard and gives me some errors and suggestions to remove and re-add something, etc.
Could anyone point me the right direction?
Thanks,
Waldis
P.S. I posted a question on my SQL tables at http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/111/threadid/49129/scope/posts/Default.aspx