Mike Bartley

Mike Bartley

  • NA
  • 2
  • 1.5k

.VerifyRenderingInServerControl(Contorl); no suitable method

Jun 15 2016 11:43 AM

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 


 


Answers (2)