Hi,

I am facing a issue with ML 8.0.1.1. In template.ascx. Assume that my template.ascx in that I required to put server side controls (via user control) and code behind. For that I need a <form runat="server" ID="form1"> before those server controls get called.

I put <form runat="server" ID="form1"> after <body> in template.ascx. But I am getting a error "a page can have only one server-side form tag". Because Sigin.aspx or other page already have Server Side Form tag.

Is there a possible way to overcome this issue like V9 Master pages. I have also worked with V9 master pages and in that everything works like charm as SkinBase and Skinning engine is different.

-Thanks In Advance.