Posted on: 8/26/2014 8:58:12 PM | Views : 437

Well crap, just when I thought I had it figured out, the entire thing starts to go haywire on me, and I can't figure out why??
So when I view the source code of my email I see this:
This email is to inform you that a new pricing agreement needs a price <br> Located <a href="http://testsite/Lists/SRSG%20Event/DispForm.aspx?id=" 1?="">here</a>
Which of course means that something is wrong with my code, but I just can't figure out what it is. So I posted this today here and someone said to try this:
fieldValueID.ToString() to the end of my    string body = "This email is to inform you that a new pricing agreement needs a price <br> Located <a href='http://testsite/Lists/SRSG%20Event/DispForm.aspx?id='" + fieldValueID.ToString() + "'>here</a>";
And it worked for a while, but now it i ...

Go to the complete details ...