............
Table myTable1 = new table ();
HtmlTableRow iconrow = new HtmlTableRow (); // insert icon row HtmlTableCell iconcell = new HtmlTableCell (); iconcell.InnerHtml = "342342dfghgfhdfhhggg"; iconrow.Cells.Add (iconcell); mytable1.Rows.Add (iconrow);
......... I use a string instead of icon. How to insert an icon and add a word on the icon!
Thanks Very Much!