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
Narayan DuttaNarayan Dutta 

Hyperlink

Hi Stephen,
Thanks for your  quick response.

I am trying to Hyperlink first and last name so clicking that link the candidate profile should come out.
 
SonamSonam (Salesforce Developers) 
You can try using the similar apex:outputLink for the candidate first name

sample:
<apex:outputLink value="/!{opportunity.id}">{!opportunity.Name}</apex:outputLink>

reference:
https://developer.salesforce.com/forums/ForumsMain?id=906F000000097dfIAA