GridView:如何制作固定的标题行

时间:2010-02-05 05:40:03

标签: asp.net

需要从垂直滚动条固定标题行,因为我的GridView非常大。

制作2个面板是我最好的尝试(但也行不通):

添加:

      <asp:Panel style="width:720px;" runat="server" ScrollBars="Horizontal">
      <asp:GridView ID="GV3" runat="server" />          
      <br />
      <asp:Label ID="justfortest" Text="11111" runat="server" />
      <hr />
      <asp:Panel style="max-height:400px;border-style: outset; border-width: 4px; " 
              ID=HGix runat="server" ScrollBars="Vertical">
            <asp:GridView ID="GridView2" runat="server" CellPadding="4" 
            .........................
            </asp:GridView>

       </asp:Panel>
       </asp:Panel>

为什么水平线会添加到第二个面板,它是ScrollBars =“Vertical”但是作为两个