MultiView Contrtol will not work in content page
I am fairly new to asp.net programming but have been doing OK. I have hit on an issue that I can't find a solution for. I have a Master Page that has a TreeView for navigation via the Web.sitemap file. This control reequires a <form id="form1" runat="server"> in the MasterPage. In one of my content pages that uses the MasterPage I want to use a MultiView control. The Multiview control also requires a <form id="form1" runat="server">. If I try to put the "form id" in the content page it throws an error that only one <form id="form1" runat="server"> is allowed. If I leave it out the MultiView control won't work at all. Does anybody have any ideas or is this "just one of those things" you have to live with?