I have a WebUserControl(having a form tag ) in which am using <asp:Image> tag
And i used this WebUserControl in my master page
but when i use a index.aspx page(having a form tag) with this master page
the error occurs "multiple form tag on a page".
What should i do , to do the same process.
Is there any other alternative.