All Questions
2 questions
0
votes
1
answer
32
views
Error Inserting <Table> into Email
I am trying to insert a table into an email. I have the following error on 6 lines of code (Starting with "body" ending onavgErrorOutStDev += "/table"). The error is:
"The left-hand side of an ...
0
votes
3
answers
15k
views
Writing HTML code in C#
What I want to do is;
for (int i = 0; i < thexfiles.Length; i++)
{
tosend = tosend + "<tr><td>"+thexfiles[i]+"</td><td>"+thexdates[i]+"</td></tr><tr>"...