@numenor , , html . , , , html.
<table width="<%= this.TotalWidth %>">
<tr>
<asp:Repeater runat="server" ID="rptABC" OnItemDataBound="rptABC_ItemDataBound">
<ItemTemplate>
<td class="itemWidth">
Your item goes here and will be
displayed horizontally as a column.
</td>
</ItemTemplate>
</asp:Repeater>
</tr>
</table>
, TotalWidth, , , , . CSS .
protected string TotalWidth
{
get
{
return (this.Madibu.Materiales.Count * 75).ToString() + "px";
}
}