You need to sign in to do that
Don't have an account?
How to call the a visulforce page in apex class??
Hi all,
How to call the apex visulforce page in apex class.
Thanks in advance
Regards,
Bala
You need to sign in to do that
Don't have an account?
Hi all,
How to call the apex visulforce page in apex class.
Thanks in advance
Regards,
Bala
You can call using PageReference method,
Here is the same code,
Refer more on the below link,
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_system_pagereference.htm
Will suggest you to go through this link
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_system_pagereference.htm