Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm getting this error when i try to export grid data to excel.

Control 'ctl00_PlaceHolderMain_gdDrawing_ctl02_btnDelete' of type 'LinkButton' must be placed inside a form tag with runat=server. 
Posted
Comments
ridoy 10-Dec-12 4:09am    
need to see your code..specially xml where the problem exists

1 solution

Check the tags properly closed or not and the server tags should be placed inside the run st server tag. and use below mentioned validation for the export to excel



C#
public override void VerifyRenderingInServerForm(Control control)
       {

       }
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900