Click here to Skip to main content
15,922,407 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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.

HTML
<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.
Posted
Updated 23-Oct-12 22:30pm
v2

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.

http://www.c-sharpcorner.com/uploadfile/rizwan328/datalist-custom-paging-in-Asp-Net-using-C-Sharp/
 
Share this answer
 
XML
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>
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900