MVCGUY
MVCGUY

Reputation: 74

asp.net mvc master detail

I want to create a web page for order entry using ASP.NET MVC- Entity Framework. This page contains Order and Order Entry information. For each Order, I can have multiple Order details. If you know how to do this Master/Detail with ASP.NET MVC-Entity Framework please let me know. The user should be able to enter new order with one or many order detail. this should be on one single page

Plz could u provide a working example

Upvotes: 2

Views: 5941

Answers (3)

Muhammad Adeel Zahid
Muhammad Adeel Zahid

Reputation: 17784

I have blogged about creating master detail form using asp.net mvc. it contains sample code to download

Upvotes: 3

Darin Dimitrov
Darin Dimitrov

Reputation: 1038730

Your question is pretty general and vague but here's a sample code and a followup you may start playing with. If you encounter some specific problems implementing it don't hesitate to ask.

Upvotes: 5

Related Questions