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
babloo123babloo123 

Set values back on the VF page from database

How to set values from database on to Visualforce page? Can some one guide
Brian FordBrian Ford
You have a few options depending on how you expect users to interact with the data. If you're just trying to display the information you can use outputField. See the link for more info.

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