Systronics Shah

Systronics Shah

  • 1.6k
  • 13
  • 19.1k

ASP.NET MVC5 Master Detail Example with CRUD

Sep 28 2016 10:56 AM
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)