用DataGrid的分页功能嘛!

解决方案 »

  1.   

    在DataGrid外加上DIV,设定其宽度和高度,就能达到你的要求了。
      

  2.   

    加一个div标签
    <html>
      <body>
        <form runat="server">
          <div style="height: 256px; overflow: auto">
            <asp:DataGrid ID="MyDataGrid" Width="100%" RunAt="server" />
          </div>
        </form>
      </body>
    </html>
      

  3.   

    将DATAGRID放在一个固定大小的<div></div>之中
      

  4.   

    DataGrid只能实现分页显示,如果要实现滚动显示,那就用
    iFrame来做,将DataGrid放在iFrame中,利用iFrame来滚动。
      

  5.   

    加DIV标签,将DataGrid放入其中。
      

  6.   

    iFrame在哪里可以使用,怎么用?
      

  7.   

    加在你要显示的那一块<Iframe src=文件名 width=600 height=150 scrolling=no frameborder=0></Iframe>谁来救救我啊。http://expert.csdn.net/Expert/topic/2268/2268831.xml?temp=.5064051