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
DeveloperDeveloper 

i want to display in multiple pages in single page by using pageblock section? how ?????? give me example

Best Answer chosen by Developer
Gaurav Jain 103Gaurav Jain 103
Hi Gopal,

You can use  apex:include a component that inserts a second Visualforce page into the current page. 

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_include.htm

Please mark this as best answer if your query is resolved, so it will help others in future.

Thanks,
Gaurav Jain

All Answers

Gaurav Jain 103Gaurav Jain 103
Hi Gopal,

You can use  apex:include a component that inserts a second Visualforce page into the current page. 

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_include.htm

Please mark this as best answer if your query is resolved, so it will help others in future.

Thanks,
Gaurav Jain
This was selected as the best answer
DeveloperDeveloper
thank u gaurav jain