Activity Forums Salesforce® Discussions Different methods for sending data from a salesforce visualforce page to an apex controller?

  • Kumar

    Member
    January 24, 2017 at 1:33 PM

    Hi Sushant,

    You can use the <apex:param> tag for this purpose. Refer to this link for more info.

    Hope this helps.

  • [adinserter block='9']
  • Ankit Gupta

    Member
    June 7, 2017 at 1:29 PM

    Hi sushant,

    You can following ways

     

    1. Hidden fields
    2. Apex Param
    3. javascript Ajax request
    4. Add the value in parameter and get in apex controller

     

Log In to reply.