Hi there,
You closed your TemplateColumn too early:
<asp:TemplateColumn HeaderText="Size" />
should be
<asp:TemplateColumn HeaderText="Size">
so the <ItemTemplate> is a child of the TemplateColumn.
If you post code here on this forum, can you please add a line break here and there? I am typing this reply in a screen that's about 6 foot wide.... ;)
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004