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
krish_krish_ 

How to do pagination in VisualForce?

I want to create a paginated view for products object with 3 rows.If I fill all the values and click continue button that time the product values are temparly stored in apex classes and open the same page with 3 different products.and i fill some values and click continue that time the same process going on.

In every time the I click on continue that time the link of 1 is there.when i click 1 link that time the 1 link 3 products retrived on apex classes and values also.

 

How to do that? I want sample ocde also.

 

mtbclimbermtbclimber
Check out the Visualforce Developer Guide, search for "pagination" and "StandardSetController". You'll find descriptions and sample code there.
krish_krish_

In Visual force guide it shows the pagination as "Fist,next,previous,Last".But I want the pagination as "1,2,3,4,5..." Links.

How to do that one?

If any one have the sample code. pls post that code also.

SPDSPD

http://salesforcesource.blogspot.com/2008/09/how-to-support-paging-of-data-in-your.html

 

 

i hope this helps...