Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Scenario:
I am working Under Parking Lot Application, so I need to add User,with their car details, I can add N number of car for a single User

Views:
For that I ve added two views
1) Owner Details(main View)
2)Car Details (Partial View)


Action:
In My Owner Details View i have add New button,if click add new car,I ll load Car Details partial view into Owners Details view,like wise i can add more that on car

so finally while i click save i need to return all the car Details partial view models to my controller page like List of CarDetails how can I achieve this.
currently it is not returning List of CarDetails to contoller,Pls Help me with some sample code
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900