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
Faisal BahadurFaisal Bahadur 

Multi-select Picklist

How to Call Multi-select picklist in to Visual Force Page ? and check the selected Values 

Karthikeyan JayabalKarthikeyan Jayabal

Click on the below link to view sample code from Visualforce developer's guide:  

apex:selectList

Avidev9Avidev9
Well just use apex:inputfield and bind it to multiselect picklist field.

To preselect the values just assign the values using csv format