Sunday, 31 May 2015

Control 'MainContent_GridView1' of type 'GridView' must be placed inside a form tag with runat=server

public override void VerifyRenderingInServerForm(Control control)
{
   //
}

tell the compiler that the control is rendered explicitly by overriding the VerifyRenderingInServerForm event.

No comments:

Post a Comment