I'm new to asp.net mvc and would like some pointers on where to start with this.
I can generate a create form to create a single record but what I'd like is the ability to fill in some details for a record say:
Type Description Cost
but once that first set of details is filled in a second set of boxes appear to allow a second set of data to be filled in then a third set and so on then press save to save all the records.
I'm using entity framework code first and MVC 5.
Any ideas where to start?