4
Reply

ASP.NET MVC5 Master Detail Example with CRUD

Systronics Shah

Systronics Shah

Sep 28 2016 10:56 AM
6.3k
Hi,
 
I am new developer in MVC. I want to create Master Detail Entry With All operation Like Insert,Edit,Delete and View at Master (Parent) and Detail(Child) Level.
 
For Example : Sales Invoice
DataBase Table:
SalesInvMain  (Id,VouNo,VouDate,CustName)
SalesInvItem ( Id,SaleMainId,ItemName,Qty,Rate,Amount)
 
 Please give me Solution......Thanx in Advance and Waiting for your prompt reply.......
 

Answers (4)