You need to sign in to do that
Don't have an account?

New to salesforce, have a question about visualforce page.
Hi, I am learning about visualforce pages and was wondering how to display an custom object i created. I created an custom object called contact and the api is called contact__c. And within this object, I have a field named Contacts Name and four custom fields called phone, address, age and zip. I created 30 contacts and want to display them in a visualforce page I am trying to create. Then I want to create another forum and put the results of the Min, Max, Average age of the contacts and how many contacts there are.
Thanks for any help you can give.
The best place to start is the VisualForce Developer Guide.
There is a section very near the beginning entitled "Displaying Field Values on a Page" that covers rendering field values from an object.