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.
If the problem is that you do not know how to start ,
chamara49
application
, start here http://www.asp.net/mvc
If you have a specific problem, please tell