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
anup-prakashanup-prakash 

Related to Visualforce page and Standard Object Account

Hi what I am trying to do is that to Display the Names Of all Accounts as a command lInk and when the Specific account name is clicked then the related List of its contact should POP up on a different page.. How can I achieve this?

DaveHDaveH

I would reccomend reading up on Standard List Controllers to display your account list. Then just have a seperate pageblock that gets rendered when a user clicks on an account name.

 

http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_sosc_about.htm