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
udayarangareddy mekalaudayarangareddy mekala 

navigation3

how to navigate from one custom STANDARD VF PAGE to another custom CONTROLLER VF PAGE. please tell me as early as possible.




Thanka&Regards
Ranga
Best Answer chosen by udayarangareddy mekala
Darshan FarswanDarshan Farswan
Hi Ranga,

If you need to navigate to a different page, you can use the following tag :
 
<apex:outputLink value="{!$Page.YOUR_VF_PAGE}">

Thanks
Darshan

All Answers

Darshan FarswanDarshan Farswan
Hi Ranga,

If you need to navigate to a different page, you can use the following tag :
 
<apex:outputLink value="{!$Page.YOUR_VF_PAGE}">

Thanks
Darshan
This was selected as the best answer
udayarangareddy mekalaudayarangareddy mekala
Thanx
udayarangareddy mekalaudayarangareddy mekala
I have entered link tag in my VF PAGE but it is not navigate to another page.



Thanks&Regrds
ranga