本文介绍了如何限制datalist行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好
i在我的数据库中有50个项目,我想在datalist项目的asp.net页面中显示这个项目。
当我尝试我看到datalist中的50项而且它很长。我想限制行数。
例如我显示10项并按下按钮我添加10项到结束第一个10.
我该怎么办?
我试过的:
谷歌搜索
查看数据列表属性
Hello
i have 50 item in my db and i want to show this item in asp.net page in datalist item.
when i try i see the 50 item in datalist and its very long.i want to limitted the rows count.
for example i show 10 item and push the button i add 10 item to the end of the first 10.
how can i do this?
What I have tried:
google search
looking data list properties
推荐答案
这篇关于如何限制datalist行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!