Just curious. At the top of page 484 you show:
Code:
<asp:CommandField ShowDeleteButton="True" ShowEditButton="True" ShowSelectButton="False" ItemStyle-Width="100px"></asp:CommandField>
Whereas, before I looked at your code, I had
Code:
<asp:CommandField ShowDeleteButton="True" ShowEditButton="True" ShowSelectButton="False" ItemStyle-Width="100px" />
I had no errors highlighted for my code - and it ran fine. Is there any particular merit in either form of closing - ie self closing, or using a closing tag - here?