This can happen if you are using master pages and you have a <form runat="server"> element in your master page and in your web content page you have another <form runat="server"> . Here is an example.
Resulting in: [HttpException (0x80004005): A page can have only one server-side Form tag.]
Here is an example of two embedded forms causing that error without using master pages:
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.