Hello wysocki,
For your information,
1)I am using the Composite C1 3.2 Patch 3 version
2)The error I am facing is :
"Multiple <asp:form /> elements exists on this page. ASP.NET only support one form. To fix this, insert a <asp:form> ... </asp:form> section in your template that spans all controls."
And I am using XML MasterPage Templates provided of Composite C1 , itself. Also as I mentioned the form on the master page is only in footer section.
From: [email removed]
To: [email removed]
Date: Tue, 12 Mar 2013 06:26:05 -0700
Subject: Re: Problem in creating multiple forms on Single page [CompositeC1:436117]
From: wysocki
In any case, if you use Master Pages rather than XML templates, you shouldn't use <asp:form>
Wrap the content of your Master page with <form runat="server" id="someIdHere"></form> . This should be enough.
Wrap the content of your Master page with <form runat="server" id="someIdHere"></form> . This should be enough.