I am attempting to export gridview to excel and articles state that the following should be placed to prevent form error.
public override void VerifyRenderingInServerForm(Control control)
{
}
I have added as shown and get the following error:
inv2excel.VerifyRendingInServerForm(Control); has no suitable method to override.
I am unable to compile with this error. I am using VS2015 and would like some help in resolving my problem.
Thanks