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
Srini D 14Srini D 14 

What is Best way to pass data from Visualforce page to apex class ? other than param tags

I wanted to pass data from visualforce page to apex class based on user clicks ?
Best Answer chosen by Srini D 14
Lakshmi Deepak InkurthiLakshmi Deepak Inkurthi
Using Apex Cookies you can able to get this done 
reference : https://developer.salesforce.com/forums/ForumsMain?id=9060G0000005f0DQAQ
site : https:lakshmideepak.com

All Answers

Lakshmi Deepak InkurthiLakshmi Deepak Inkurthi
Using Apex Cookies you can able to get this done 
reference : https://developer.salesforce.com/forums/ForumsMain?id=9060G0000005f0DQAQ
site : https:lakshmideepak.com
This was selected as the best answer