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
mohan s 37mohan s 37 

how to skip the controller constructor execution in visualforce page

Best Answer chosen by mohan s 37
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Mohan,

Typically, using a constructor is a way to go. However, if you do not want to use the constructor then you would have to call the controller method from your visual force page so that the method gets executed.
Please refer the below link for reference. Hope it will be helpful.

Please mark it as best answer if the information is informative.

Best Regards
​Rahul Kumar