Hello there,
After reading and installing the application on the post at "Editing a variable-length list of items in ASP.NET MVC by Steve, I find it really useful. On the other hand, there was something missing on the "Add another item" ajax link because it does not save the state of the non-submitted records. When I click on the link and type a new "Gift name", and after clicking again the same "Add another item" link the data that I already typed get lost. I would like to store(not lose) the data that was typed to the textboxes on each ajax call("Add another item") and be able to save all of them on the submit call.
Actually, I tried to reload the already typed but not submitted ones from a variable; however, I cannot be able to access the form data that holds the edited but not submitted records in it.
Any help/idea would be appreciated, sarp