This post will show you how to create a simple unbound GridView with Edit, Update, Cancel, and Add capabilities. I need this post for my own memory. Maybe it will help you, too. Here's my simple ASP.NET Gridview's HTML (using templated columns): <asp:GridView ID="gvMyGrid" runat="server" AutoGenerateColumns...