Hello I am using a ViewGrid and I will like to display a email hyperlink in the grid. I've read that I should put an href on my SELECT statement but is not working, this is the code I have:
EmailInfo is a field in my table.
Thanks for your help,
Louis
Code:
<asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:myConnectString %>" SelectCommand="SELECT [Category], [ContactName], [<a href='mailto: EmailInfo' >] FROM [Ads] ORDER BY [Category]"></asp:SqlDataSource>
EmailInfo is a field in my table.
Thanks for your help,
Louis