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
Suraj DemgundeSuraj Demgunde 

i want to crate below vf page on custom button can someone provide the sample related class and vf page?

User-added image
Rounak SharmaRounak Sharma

hi suraj,

Please find the below links if this helps you in any way
https://trailhead.salesforce.com/content/learn/modules/visualforce_fundamentals/visualforce_output_components
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_iteration_components.htm

Please mark it as the best answer if it helps you. 
thanks

Suraj DemgundeSuraj Demgunde
Hi Rounak,
I know that but i want to display in vf page and in that current record popluted using getparameter id 
Rounak SharmaRounak Sharma

your question is still not clear. if you want to display any record from the org in the vf page you need to do query in the controller class. that controller class will be used in vf page. 
https://developer.salesforce.com/forums/?id=9060G000000IBpJQAW

check if this is your requirement