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
SOUBHAGYA RANJAN DALAISOUBHAGYA RANJAN DALAI 

Retriving record with checkboxes

i want to retrive record from contact object and showing that in vf page with checkboxes left to every record .
and after checking some checkboxes when i click submit button then it will show only cheked record and other will reomve .
how to do this functionality ?
 
Best Answer chosen by SOUBHAGYA RANJAN DALAI
ManojjenaManojjena
Hi Soubhagya ,

Check with below link it will help !

https://developer.salesforce.com/page/Wrapper_Class  

Let me know if it helps .

Thanks 
Manoj

All Answers

Sumitkumar_ShingaviSumitkumar_Shingavi
Basically you need to use a wrapper class and create it's public list.

Here is link to post which can definately help you there: http://stackoverflow.com/questions/14823107/how-to-find-out-which-checkboxes-have-been-selected-on-the-next-page-in-visualfo

Hope this helps! If yes, then mark it as solution OR let me know what more you need on same.
ManojjenaManojjena
Hi Soubhagya ,

Check with below link it will help !

https://developer.salesforce.com/page/Wrapper_Class  

Let me know if it helps .

Thanks 
Manoj
This was selected as the best answer
SOUBHAGYA RANJAN DALAISOUBHAGYA RANJAN DALAI
Thanks Sumit and Manoj 
now i got my contact records in a table format with checkboxes .
Manoj your link help me out to this very easyly . by this when i am giving limit 50 then i am showing all the records in a single page but i need to show 5 records in a page and when we click 2 it will go to next 5  . i want pagination there  .. can you help me out on this ..