I would like to know about the below approach to perform CRUD operations on a list. It is basically loading the list utilizing model binding features of ASP.NET MVC. Is it advisable to rely on DOM manipulation for insert, delete and update operations.
http://blog.stevensanderson.com/2010/01/28/editing-a-variable-length-list-aspnet-mvc-2-style/
If suppose parent.remove() is not implemented correctly, all things get messed up. Is there any template kind of approach to standardize things.