那个好心的同志帮忙看一下,GridView中的数据导出到客户端excel文件出错
Control 'GridView1 ' of type 'GridView ' must be placed inside a form tag with
怎么解决?
------解决方案--------------------把下面的代码粘贴到你的程序里面就可以了(vb的,你自己改成c#的吧)。
Public Overloads Overrides Sub VerifyRenderingInServerForm(ByVal control As Control)
End Sub
还有如果用到AJAX的话,导出按钮一定要在UpdatePanel之外才可以。
------解决方案--------------------up
------解决方案--------------------友情UP一下
------解决方案--------------------在你代码加上这个函数。。
public override void VerifyRenderingInServerForm(Control control)
{
}