I have a module edit page, it is setup like:
<%@ Page AutoEventWireup="true" Codebehind="XmlLogin_Edit.aspx.cs" Inherits="XmlLogin_Edit" Language="C#" %>
<%@ Register Assembly="Dynamicweb.Controls" Namespace="Dynamicweb.Controls" TagPrefix="dw" %>
<input name="XmlLogin_Settings" type="hidden" value="XmlFilePlace, Email, ExtranetUser0, ExtranetUser1, ExtranetUser2" />
more htmlr code
But the form that should be put around the input box is never generated. The first data on the page is the <input name="Xml...
How do i make it generated the default html to put around this?
Also, is there some documentation that describes the basics on how to build custom modules? faq, anything?