HtmlTableRow thTopPanel = (HtmlTableRow)e.Item.FindControl("thTopPanel");
thTopPanel->id of the th of the table.
HtmlTableCell htc = (HtmlTableCell)e.Item.FindControl("dateLtlContainer");
dateLtlContainer->id for td of the table.
thTopPanel->id of the th of the table.
HtmlTableCell htc = (HtmlTableCell)e.Item.FindControl("dateLtlContainer");
dateLtlContainer->id for td of the table.