样式:

1固定DataGrid的标题.FixGridHeaderAbove
2 
代码:
1固定DataGrid的标题<div style="OVERFLOW: auto; HEIGHT: 380px; WIDTH: 500;" align="center">
2固定DataGrid的标题                            <asp:DataGrid id="DataGrid1" runat="server">
3固定DataGrid的标题                                <HeaderStyle CssClass="FixGridHeaderAbove"></HeaderStyle>
4固定DataGrid的标题                            </asp:DataGrid>
5固定DataGrid的标题                        </div>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
猜你喜欢
  • 2022-01-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2021-11-27
  • 2022-12-23
  • 2021-09-12
相关资源
相似解决方案