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
prashant1985prashant1985 

tab control on visualforce page avoid postback on every tab

 

In my visualforce page i used apex tab control. this page contain only tab control. when page load first time whole data is loaded of all tabs. when i click another tab at that time  at that time also code is execute. so each tab its execute whole code.

so that performance is go decrease. so want to avoid postback or execute whole code. for that i want solution.

 

please suggest

 

Thanks

Prashant Sawant