Tuesday, November 17, 2009

When ...must be placed inside a form tag with runat=server" error occurs

http://blogs.x2line.com/al/archive/2004/10/08/576.aspx

When such error occurs just add the following code to the page

public override void VerifyRenderingInServerForm(Control control)
{
return;
}

No comments:

Post a Comment