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
eshhheshhh 

i want an vf page for retrieving of values from custom object and render that values as html

PLEASE help me 

i want vf page for rendering all values through apex class and it renders to html 
Gaurav KheterpalGaurav Kheterpal
The question is bit ambigously worded but I'm assuming you are asking about how to simply show the fields of a custom object in a VF page. If that's the case, please look at these links for reference.

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

http://www.salesforce.com/us/developer/docs/pages/salesforce_pages_developers_guide.pdf (Section Displaying Field Values with Visualforce)

I hope this helps.