2
Answers

Error - The name background does not exists in current context

Photo of Ramco Ramco

Ramco Ramco

2y
559
1

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

Answers (2)