You need to sign in to do that
Don't have an account?
Naresh K 12
Displaying Question and Answers in Pagination
Hello Team,
I want to display few questions and answers realted to that questions in Visual force page. But on click of next question, i have to get second and so on
Would you please guide me how to achieve this, I tried using pagination but facing difficulties to retrieve answer options.
These question and answers are stored in same table.
Thanks,
Kumar
I want to display few questions and answers realted to that questions in Visual force page. But on click of next question, i have to get second and so on
Would you please guide me how to achieve this, I tried using pagination but facing difficulties to retrieve answer options.
These question and answers are stored in same table.
Thanks,
Kumar
You can use the standard controller pagination
Usethe below code sample as reference:
Visualforce Page
Apex class
Regards
Ankit Gupta