3
Answers

Background color of column

Photo of Ramco Ramco

Ramco Ramco

2y
523
1

Hi

 I want to set background color of colum. Below is the code

if(ddlBook.SelectedItem.Text == Res.BookTitle)
htmlTable.Append("<td class='text-danger'>" + colum.DeliveryNo + "</td>");

Thanks

Answers (3)