locked
Hyperlink mailto with crm:Snippet field. Customer Portal RRS feed

  • Question

  • Hi all,

    I have a problem related to a link for write an email address.

    I have a crm:Snippet in my Portal, and I'm hyper linking it, I can get the Text for it, but is impossible for me do the NavigateUrl, the example follows:

    <asp:HyperLink ID="HyperLink1" NavigateUrl= "mailto:" Text='<%$Snippet:SupportEmail%>' runat="server" ></asp:HyperLink>

    Any expert could give me his opinion?

    thanks!


    Js


    • Edited by Gresziu_Dub Friday, August 10, 2012 1:15 PM
    Wednesday, August 8, 2012 5:00 PM

Answers

  • Hi, here there is what works for me, I hope could help anyone.

    NavigateUrl="<%$ Snippet: SupportEmail, Format=mailto:{0} %>"


    Js

    • Marked as answer by Gresziu_Dub Friday, August 17, 2012 9:07 AM
    Friday, August 17, 2012 9:07 AM

All replies

  • Hello,

    could any one at least tell me if is possible do that, If so I'll continue investigate.

    Thanks!


    Js

    Monday, August 13, 2012 4:46 PM
  • Hi, here there is what works for me, I hope could help anyone.

    NavigateUrl="<%$ Snippet: SupportEmail, Format=mailto:{0} %>"


    Js

    • Marked as answer by Gresziu_Dub Friday, August 17, 2012 9:07 AM
    Friday, August 17, 2012 9:07 AM