Hi Scott.
You're right about WebForms; I don't know why I was thinking these templates were for MVC.
Now I'm trying to follow your videos on Module Development, and got a weird behaviour.
I'm in the Module View Navigation in DNN - Part 3/6 , and when I try to Add a record, using the "Add Item" menú, after I click "Save" in the popup window, the module displays this error:
Error: ViewsTutorial is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuclear.Modules.ViewsTutorial.View.rptItemListOnItemDataBound(Object sender, RepeaterItemEventArgs e) in c:\Users\USUARIO\Documents\Visual Studio 2013\Websites\dnndev.me\DesktopModules\DotNetNuclear.ViewsTutorial\View.ascx.cs:line 75 at System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) at System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) at DotNetNuclear.Modules.ViewsTutorial.View.Page_Load(Object sender, EventArgs e) in c:\Users\USUARIO\Documents\Visual Studio 2013\Websites\dnndev.me\DesktopModules\DotNetNuclear.ViewsTutorial\View.ascx.cs:line 45 --- End of inner exception stack trace ---
It has to do with View.ascx, and maybe with the ListOnitemDataBound event. Or is it because I don't have the website within "inetpub..."?
I hope you can help me with this one!
Thanks for your support.