RicardoPereira
Programmer
Hi,
Anyone have an example of how to implement pagination using beans?
I have two class files, one to define the database access and all the querys and the other to define the fields that i want to get. My question is how do i control the number of records to display and implement next and back buttons.
All the samples i saw have the connection string in the same code as the code that control the number os records per page.
With an example is better to understand.
Thanks
Ricardo
Anyone have an example of how to implement pagination using beans?
I have two class files, one to define the database access and all the querys and the other to define the fields that i want to get. My question is how do i control the number of records to display and implement next and back buttons.
All the samples i saw have the connection string in the same code as the code that control the number os records per page.
With an example is better to understand.
Thanks
Ricardo