Hasibul Haque

Hasibul Haque

  • NA
  • 349
  • 652.4k

Master and Detail record (Create, Update, Delete) in same view with ASP.net MVC 3

Apr 20 2011 3:19 AM
I am new in ASP.net MVC. I can work with single table data but now i want to create a view where i can create a master and multiple child record.

It will be good if any one give me a link or sample project from where i can learn about it.

I have searched severeal forum thread but unable to find any good resource.

i've checked http://www.dotnet-programming.com/post/2010/10/30/Defining-MVC-Controls-2-Using-the-DataGrid.aspx

but i need another one which one is very simple and easy to learn.

I need something like


Master Record:

Order ID: OR1            Order Date : 21.04.2011


Child Record

Item ID            Qty                  Price
---------------------------------------
101                     2                     50
102                     3                     15



Answers (8)