0

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.

Sunny
  • 4,765
  • 5
  • 37
  • 72

1 Answers1

0

As soon as I see Steven Sanderson, I am sure this is good and right approach. Haven't seen a single thing that wasn't makind sense from the guy.

Apparently no better approach was found yet for ASP.NET MVC. so yes, use that one as if today.

Hope this helps.

Community
  • 1
  • 1
Display Name
  • 4,672
  • 1
  • 33
  • 43