Iwe created a custom module, hidden htmlcontrols are used for saving data via javascript:
<input type="hidden" id="d_Sector" runat="server" class="d_Sector"/>
<input type="hidden" id="d_Version" runat="server" class="d_Version"/>
<input type="hidden" id="d_Standard" runat="server" class="d_Standard"/>
And my controls are configured as:
<dw:ModuleSettings id="ModuleSettings1" runat="server" ModuleSystemName="StandardV2" Value="d_Sector,d_Standard,d_Version" />
I can created the module, and set the settings, but when i try to edit it:
Properties properties = Dynamicweb.Properties.LoadProperties();
returns "there are multiple root elements