如何在GridView中避免分页 [英] How to avoid pagination in gridview

查看:103
本文介绍了如何在GridView中避免分页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨......
在我的gridview中,我为网格高度设置了div标签,并允许分页="false".但是,即使是即时消息在网格中出现分页...指南也很快有了原因

Hi....
In my gridview,i set div tag for grid height and allow paging="false". But even that im getting pagination in grid...guide with reason soon

推荐答案

请确保您未将代码放在类似代码行的下面.
Make sure you didn''t put below similar line in your code-behind anywhere.
GridView1.AllowPaging = true;


如果是,则删除该行或将true替换为false


If yes then remove that line or replace true with false


这篇关于如何在GridView中避免分页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆