hi all
how to pass variable with a href link in asp.net c#
my code at below
string UserName = "Ryan";string UserPass = "Ryan123";string htmlbodystr = "";
htmlbodystr = (@"<body style='margin: 0px;'>
<div><a href="students/studet.aspx?u='" + UserName + "'&p='" + UserPass + "'">Click here </a></div>
</body>");
I want to send html email with hyperlink
this code is not working. code is wrong?
how can ?
please help
best regards
diginaz
Go to the complete details ...