4
Answers

ASP.NET MVC5 Master Detail Example with CRUD

Systronics Shah

Systronics Shah

8y
19.3k
1
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)