Anchor and passing multiple query strings
I am trying to send an email with a link that contains multiple query
strings. However i am getting an error that ";" expected near Eval.
bodyText is the body of the email that i am trying to send.
This is what i have tried.
bodyText = bodyText + "Please Click '<a
href=http://urlpath/Default.aspx?param1=<%#Eval("p1")%>¶m2=<%#Eval("p2")%>'Here</a>
to view results"
No comments:
Post a Comment