<%@ Page Language="C#" AutoEventWireup="true" Codebehind="codesquare_faq_Edit.aspx.cs" Inherits="Codesquare.CustomModules.codesquare_faq.codesquare_faq_Edit" %> <%@ Register Assembly="Dynamicweb.Controls" Namespace="Dynamicweb.Controls" TagPrefix="dw" %> <dw:ModuleHeader ID="ModuleHeader1" runat="server" ModuleSystemName="codesquare_faq" /> <dw:ModuleSettings Value="TEST" ModuleSystemName="codesquare_faq" Runat="Server" /> <html> <head> <style> </style> </head> <body> <form runat="server"> <input type="text" id="TEST" runat="server" /> </body> </html>
protected void Page_Load(object sender, EventArgs e) { Properties properties = Dynamicweb.Properties.LoadProperties(); TEST.Value = properties.get_Value("TEST"); }
When i try to run pageload it just fails after save has been run, i've attached what it actually saves in the database just looks like it saved an exception