您的位置:程序门 -> .net技术 -> vb.net



vs.net2005中datagrid分页无法取消


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


vs.net2005中datagrid分页无法取消
发表于:2008-02-20 17:18:04 楼主
vs.net2005中datagrid分页无法取消
我取消勾选“允许分页后”,显示的页面仍然是分页的。代码中没有自定义分页。只有在属性中设置。
具体代码如下:
    <asp:datagrid   id="datagrid_list"   runat="server"   datakeyfield="doc_xh"  
cellpadding="3"   borderwidth="1px"   bordercolor="steelblue"   pagerstyle-mode="numericpages"
pagesize="50"   width="100%"   pagerstyle-horizontalalign="right"   autogeneratecolumns="false"   font-names="宋体"   allowpaging="true"   font-size="9pt"   font-underline="true"> <alternatingitemstyle   horizontalalign="center"   verticalalign="middle"   backcolor="#e8f4ff"> </alternatingitemstyle>
<itemstyle   font-size="x-small"   horizontalalign="center"   verticalalign="middle"> </itemstyle>
<headerstyle   font-size="x-small"   horizontalalign="center"   height="10px"   forecolor="white"   verticalalign="top"   backcolor="#337fb2"> </headerstyle> <footerstyle   font-size="x-small"   horizontalalign="center"   height="10px"   verticalalign="bottom"> </footerstyle>
<columns>
......
</columns>
<pagerstyle   font-size="12px"   bordercolor="blue"   borderstyle="dotted"   horizontalalign="right"
forecolor="blue"   backcolor="#337fb2"   font-bold="false"   font-italic="false"   font-overline="false"   font-strikeout="false"   font-underline="false"   mode="numericpages"> </pagerstyle>

发表于:2008-02-20 17:30:111楼 得分:0
        <asp:datagrid       id="datagrid_list"       runat="server"       datakeyfield="doc_xh"      
cellpadding="3"       borderwidth="1px"       bordercolor="steelblue"       pagerstyle-mode="numericpages"  
pagesize="50"       width="100%"       pagerstyle-horizontalalign="right"       autogeneratecolumns="false"       font-names="宋体"       allowpaging="true"       font-size="9pt"       font-underline="true">   <alternatingitemstyle       horizontalalign="center"       verticalalign="middle"       backcolor="#e8f4ff">   </alternatingitemstyle>  
<itemstyle       font-size="x-small"       horizontalalign="center"       verticalalign="middle">   </itemstyle>  
<headerstyle       font-size="x-small"       horizontalalign="center"       height="10px"       forecolor="white"       verticalalign="top"       backcolor="#337fb2">   </headerstyle>   <footerstyle       font-size="x-small"       horizontalalign="center"       height="10px"       verticalalign="bottom">   </footerstyle>  
<columns>  
......  
</columns>  
<pagerstyle       font-size="12px"       bordercolor="blue"       borderstyle="dotted"       horizontalalign="right"  
forecolor="blue"       backcolor="#337fb2"       font-bold="false"       font-italic="false"       font-overline="false"       font-strikeout="false"       font-underline="false"       mode="numericpages">   </pagerstyle>   红色的删除
发表于:2008-02-20 17:44:052楼 得分:0
试了
不行啊!
我之前是17条记录一页。
改成50后没效果。删除后成默认的10.运行后仍然是17页。且可以分页。


快速检索

最新资讯
热门点击