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
sultansultan 

what is the basic diference between standard controller and standard list controller?

Best Answer chosen by sultan
Vidhyasagaran MuralidharanVidhyasagaran Muralidharan
Standard controller is for single record.
Standard set controller is for set of records which has attribute recordSetVar
<apex:page standardcontroller="name" >
<apexpage standardcontroller="name" recordSetVar="name">

All Answers

Vidhyasagaran MuralidharanVidhyasagaran Muralidharan
Standard controller is for single record.
Standard set controller is for set of records which has attribute recordSetVar
<apex:page standardcontroller="name" >
<apexpage standardcontroller="name" recordSetVar="name">
This was selected as the best answer
sultansultan
Both standard list controller and standard set controller are same
Vidhyasagaran MuralidharanVidhyasagaran Muralidharan
Sorry Standard list controller will have recordservar attribute.whereas Standard set controller is also similar.see the below link
https://www.salesforce.com/us/developer/docs/pages/Content/apex_pages_standardsetcontroller.htm