Error A Page Can Have only one Server Side Form tag
I am Getting Error A Page Can Have only one Server Side Form tag.But there are no multiple server side form tags on page neither any master page has been applied to the page.It is usually coming while i am exporting grid to pdf.I am able to export.But Sometimes this kind of exception comes.Do not know why please do let me know about the cause of this error.I am stuck on it.

Rajeev PunhaniPosted Mar 15, 2016, 12:52 AM
Hi Aniket,
Have you added following code.
public override void VerifyRenderingInServerForm(Control control) { /* Confirms that an HtmlForm control is rendered for the specified ASP.NET server control at run time. */}
If the above solution is helpful then,accept the answer.
Amit Kumar SinghPosted Mar 14, 2016, 7:35 AM
Aniket NarvankarPosted Mar 14, 2016, 7:22 AM
Amit Kumar SinghPosted Mar 14, 2016, 7:17 AM
Solution is: Have to remove form tag from master page