Hi Everyone,
I have enabled AllowEditServerSideCode in the form in order to write server-side code within the editor, but when I save the page. The following code does not appear to run. This was postedin HTML view.
(<%@ Page Language="C#" %> <%=MyString %><asp:textbox id=textbox1 runat="server"></asp:textbox>)
Am I doing something wrong? Is it possible to copy an ASPX page and paste it into HTML view?
Any insight would be greatly appreciated.
Tony