You need to sign in to do that
Don't have an account?
rajesh k 10
How to display records(Contact) based on picklist(Account names) selected values?
Hi,
I displayed all account names under picklist.Based on selected picklist value how to display Contact records fields using <apex:repeat/>
thanks,
Rajesh
I displayed all account names under picklist.Based on selected picklist value how to display Contact records fields using <apex:repeat/>
thanks,
Rajesh
You need to read up on the following Visualforce tags:
You'll need to use an output panel to display contact record, and specifically the "rerender" attribute of output panel to re-render the contact record region when a new contact is selcted.