Not sure if the title is clear enough. I have Products and Categories entities in an MVC-EF app. when adding a new product, I select the category from a drop down list. I would like to be able to create a new category if it doesn't exist in the drop down list from within the product/create page. maybe having a button like "Add New Category" next to the drop down list.
For example: if I want to add a book that belongs to the Cooking department (which is not in the list), I want to be able to add the cooking department at the same time I'm adding the book without going to the Department/Create view
