1

I have a database table called "Warehouse" this Warehouse's linked to a "Product" table (1 to many relationship). How do I in ASP.NET MVC:

  1. Create a warehouse view/page with the total number of products in this warehouse displayed
  2. On the same view/page display the product id and name and qty as textfields (allow editing) prepopulated
  3. On the same view/page have a save bottom. if clicked will save all the changes

Is it possible in ASP.NET MVC? How do you go about it?

Thank you!

1 Answer 1

2

Have a look at the NerdDinner tutorial. It goes into detail exactly how to do the things you described, with generous code samples.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.