DataGrid中是没有滚动条的,要添加滚动条需要借助<div>层 <div style="overflow:auto;width:95%;height:95%"> <asp:DataGrid ></asp:DataGrid> </div> 相关文章: