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
vishal yadav 86vishal yadav 86 

<apex:page controller="showusers" > <apex:sectionheader title="List" /> <apex:form > <apex:pageBlock title="User Records"> <apex:pageblocktable value="{!lstusr}" var="usr"> <apex:outputLink value="/{!usr.id}" target="_search"> {!usr.name

Hi, 
It isn't displaying the name in hyperlink format.
Any errors in the code?
Dushyant SonwarDushyant Sonwar
Vishal ,

Please post your full code  and the screenshot of output you are getting.

It will help others to debug your issue.