Hi,
I want to know to set css on tableCell0 ?
TableCell tableCell0 = new TableCell(); tableCell0.ID = "TableCell-1"; tableCell0.Text = "";
Thanks
Francis SZE
hi
please try below code:
tableCell0.Attributes.Add("class", "YourClassName");