protected void rptr_ItemDataBound(){
HtmlTableRow tr = (HtmlTableRow)e.Item.FindControl("tr");
HtmlTableCell td = (HtmlTableCell)e.Item.FindControl("td");
td.Class = "";
tr.Class = "";

'HtmlTableRow' è un tipo e non può essere utilizzato come espressione.

che vuol dire? qualcuno puo aiutarmi?

grazie