Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I'm new about MVC. I want to create application to keep package for company like this;

I'm keep two table 'PackageHed' and 'PackageDet'

PackageHed
pakageCode (PK)
PackageName
PackagePrice

PackageDet
PkdID (PK)
pakageCode(FK)
ItemName
ItemPrice

A pakage has more items.
I want to save all data to db using one click. I wish to add items of package with using table in view.

Please help me to complete this.

Thanks.
Posted
Updated 26-Oct-14 21:08pm
v2
Comments
[no name] 27-Oct-14 3:11am    
Please post your code if you have written any. As we cant write the code for you. We can just guide you in what way you need to do.
Writing code by us would be like doing your homework.
Please work on code and post so that we can help you out.
Thanks

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