Hi
I have below HTML context. On basis of Location i want to embed Google Map.
How it can be done.
BodyStr = "<html><head><title></title></head><body style='padding:0; margin:0;'>
<table width='100%' border='0' cellspacing='0' cellpadding='0'> <tr><td><br/>Date <b>" + Utility.CurrentDateTime() + "</b> <br>"
+ "Dear Channel Partner," + "<br/> <br><br> training that was done last " + " <b>"
+ Convert.ToDateTime(objDetails.ToDate).ToString("dd-MM-yyyy") + " </b> , this letter has been made with the intention to acknowledge
that <b>" + ToName + "</b> <b> [ " + ParticipantName + "]</b> has successfully attended / Participated the <b>" + Course
+"</b> that was conducted at <b>" + Location + "<b/> </td></tr></table></body></html>";
Thanks