How do I include thead in a runat=“server” table element?

前端 未结 6 1313
轮回少年
轮回少年 2021-02-07 04:39

I\'m upgrading a big web site project from Visual Studio 2010 to 2012. Throughout my project, I have table elements with the runat=\"server\" attribute

6条回答
  •  心在旅途
    2021-02-07 05:13

    I don't have VS 2012; right now but you should try following things

    1. Can you verify changing DOCTYPE. (to transitional, frame-set, 1.1 or html 5 etc)
    2. Put the whole table inside asp:placeholder

提交回复
热议问题