function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sapsap 

How to implement paginate functionality using visual force

Hi,
 
I have a viusual force page which displays a list of cases.
 
I want to display the first 25 records in the first page and provide a link to the next page for the remaining records.
 
Something similar to standard list views. Number of pages(each displaying 25 records) should increase based on number of records. If any one can provide me code snippet to implement the same will be of great help
 
Any pointers will be of great help.
 
Thanks in advance
 
 
 
 
 
hisrinuhisrinu
Hi,

Use this post which was developed by me for my project.

http://community.salesforce.com/sforce/board/message?board.id=Visualforce&thread.id=2034

Thanks
Srini
sapsap

Hi,

Thanks a Ton :) for your reply.

Your code seems to be great but im not able to use it in the page.

As im very new to this visual force, it will be great if you can post the visual force page. :)

Thanks in advance