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.......