You need to sign in to do that
Don't have an account?

PRev and Next button but stay on the same page to display a new record
i want a prev and next button on a vf page, but the next button and pre would not go to another page. It would just get the next or previous record in the list to display. any suggestions or code with a similiar functionaloilty that i could get ideas from. thank you. I am using a controller extension. for my vf page. thank you.
Hi datadaddy
you can use pagination on visualforce pages. Use following link:
http://forceguru.blogspot.in/2011/04/pagination-in-salesforce.html
I hope it will help you.
or try this
http://salesforcesource.blogspot.com/2008/09/how-to-support-paging-of-data-in-your.html
try this
http://blog.jeffdouglas.com/2009/07/14/visualforce-page-with-pagination/
http://www.redpointsolutions.com/add-pagination-to-your-visualforce-pages-using-the-soql-offset-clause