Hello all,
I've run into an issue here. I have a gridview control that I want to export to Excel. All is well when it's on a simple page. The problem lies once I add it to the page I want it on. When I place it under an UpdatePanel it completely stops working. I've search the net and still have not found anything that might fix this issue. I know this is a known issue but does anyone have a fix for it?
I've already tried the following:
1. Overriding VerifyRenderingInServerForm
2. EnableEventValidation="False"
3. Generating HTMLForm at Runtime (or OnClick)
Any suggestions? Or is this just not possible?
Axe