HTML

MailTo hyperlink and adding dynamic(variable) subject

On aspx page add this code:

hypChangeAddress<asp:HyperLink ID="hypChangeAddress" runat="server">Please click here to change your address</asp:HyperLink>

Code Behind
  hypChangeAddress.NavigateUrl = "Mailto:DTAPPDBusiness@fairfaxcounty.gov?subject=" + "Change Request for Business Account Number: " + Session("DisplayBAN" & Session("NumberForSession"))

No html table border
<table>
               <tr>
                        <td style="border: none;">
              </tr>
</table>



No comments:

Post a Comment