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
datadaddydatadaddy 

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.

Bindhyachal Kumar SinghBindhyachal Kumar Singh

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. 

SRKSRK