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
MohanaGopalMohanaGopal 

Multi-Select Picklist

Hi,
      How to create multiselect picklist in visual force...(without using inputfield option that is custom picklist)
 
using <apex:selectlist >  we can create picklist..
If we add multiselect=true attribute to selectlist option then its just enable multiselection is enable...
 
Here select options are dynamically changed based on the Lookup selection...
Here I have two questions
1)How we can create multiselect picklist...?
2)How to add items based on the lookup selection.......? (Onblur option doesnt work properly)
 
Any one send some sample code for it...?