How to access the html controls from the code behind

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.