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
ReddyReddy 

how create this box in vf page

User-added image
sfdcMonkey.comsfdcMonkey.com
hi Reddy
If you want to create a custom sidebar, there is no standard VF tag for achieving that.
However you can write Custom CSS for a sidebar, See an example here
http://stackoverflow.com/questions/13189610/how-to-make-a-page-with-header-and-left-sidebar.

thanks
let me inform if my answer helps you

 
ReddyReddy
User-added image
ReddyReddy
this is how to create vf page
 
ReddyReddy
ya @piyush
 
sfdcMonkey.comsfdcMonkey.com
hi Reddy
you can do it by using  standard controller in vf page , i suggest you to go to below link and reading about visualforce development guide
after that you can create vf page like standard page
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller_std_associate.htm (https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller_std_associate.htm)
i hope it helps you
let me inform if it helps you
thanks
sfdcMonkey.comsfdcMonkey.com
or if you have any issue with it you can ask here :)