Hi
I have belwo code but it is giving above error. I want to give background color to td
htmlTable.Append("<td style="background-color:gray; " class='text-danger mr-1'>" + colum.CurrentStatus + "</td>");
Thanks