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