Hi,
I have a sharepoint list with a url type field. The field is displayed has a link but with the whole url string visible.
How can I control the "link" text like its done on a gridview where I can choose the field for text and field for the link?
i.e: <asp:HyperLinkField DataTextField="Reference" DataNavigateUrlFields="Url" HeaderText="Id" />
Many thanks,
DD