How do I add User Editable Line Comments to the Shopping Cart?

×

Add the following to the grid:

<asp:TextBox ID="txtLineComments" runat="server" Text='<%# Container.DataItem.Comments %>' CssClass="TextBox" Width="250"></asp:TextBox>