螞蟻空間

螞蟻空間

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

GRIDVIEW转EXCEL提示错误( 'GridView' must be placed inside a form tag with runat=server.)

很久之前遇到的问题,现在放到这里记录一下

Control 'ctl00_ContentPlaceHolder1_GridView1' of type 'GridView' must be placed inside a form tag with runat=server.

重写VerifyRenderingInServerForm

    public override void VerifyRenderingInServerForm(Control control)

    {

        //base.VerifyRenderingInServerForm(control);

    }

 

posted on   螞蟻  阅读(1055)  评论(1编辑  收藏  举报

努力加载评论中...
点击右上角即可分享
微信分享提示