Force Blank TextBox with ASP.Net MVC Html.TextBox
- by Doug Lampe
I recently ran into a problem with the following scenario:
I have data with a parent/child data with a one-to-many relationship from the parent
to the child.
I want to be able to update parent and existing child data AND add a new
child record all in a single post.
I don't want to create a model just to store…