Click here to Skip to main content
15,915,509 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
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.......


What I have tried:

I already create Some pages with have only one level CRUD operations... But I don't have any Idea about CRUD Operation on Master AND Detail both level......
Posted
Updated 29-Sep-16 4:25am
Comments
[no name] 29-Sep-16 10:01am    
And the specific question related to the code that you have written is ....?

1 solution

Since you are new to MVC, the best piece of advice anyone can give you is learn how to research you issues rather than asking strangers on the internet to do the work for you and provide the solution.

Master Detail functionality is not trail blazing, it has been done numerous times and has plenty of tutorials on how to accomplish.

Review the following links:

mvc 5 master detail example - Google Search[^]

MVC Master Detail Example with Partial View and Modal Dialog[^]

c# - How to Insert to Master-detail tables in ASP.NET MVC 5 - Stack Overflow[^]

Best Strategy for Master-Detail Data Form in MVC 5 | The ASP.NET Forums[^]

Master-Details using ASP.NET MVC[^]

Now once you get started on your project and should you get stuck somewhere, feel free to come back with a clear explanation of your issue and relevant code samples so people can replicate your issue. If you do those two things, I am sure someone will be happy to help you with your issue, but expecting someone to deliver you the solution is not the best route to go.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900