N
northof40
Hi - I'm using .net2/ASP.Net/C# and am trying to get a grid view
column to display a 'mailto' which uses one value for the href and one
value for the visible part of the anchor, like this ...
<a href='mailto:[email protected]'>Jane Somewhere</a>
.... I've seen a few examples but they always assume that you want ...
<a href='mailto:[email protected]'>[email protected]</a>
I've also tried pre-formatting the entire URL in a column of the view
that feeds the datagrid and using that in a asp:BoundField field but
that doesn't work.
Can anyone who's done this tell me how to please ?
column to display a 'mailto' which uses one value for the href and one
value for the visible part of the anchor, like this ...
<a href='mailto:[email protected]'>Jane Somewhere</a>
.... I've seen a few examples but they always assume that you want ...
<a href='mailto:[email protected]'>[email protected]</a>
I've also tried pre-formatting the entire URL in a column of the view
that feeds the datagrid and using that in a asp:BoundField field but
that doesn't work.
Can anyone who's done this tell me how to please ?