本文介绍了所需的帮助(分页)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友,

我的桌子上垂直有40张图像.
目前,我为此进行了verticall滚动...效果很好.
这是我给的滚动.

Hello Friends,

I have table with 40 images vertically in it.
Presently i gave verticall scrolling for it...its works fine.
This is the scroll what i gave.

<div style="height:620px; overflow:auto;" align="left">
</div>



我不需要滚动...只需要分页号(或)在此表中首先上一页下一页最后一页.


请帮帮我.

谢谢.



I dont want Scrolling...Just I need paging numbers (or) First Previous Next Last in this table.


Please help me.

THANKS IN ADVANCE.

推荐答案


You can try this.. The paging is implemented via DataTable. Hope this will give you hint. I have tried this in my application and this is working like a charm.

<a href="http://www.c-sharpcorner.com/uploadfile/rizwan328/datalist-custom-paging-in-Asp-Net-using-C-Sharp/">This Link</a>


这篇关于所需的帮助(分页)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 17:24