C
C#7mo ago
Devastorian

ASP.NET CRUD MODAL

I created a MVC controller with actions (CRUD) and I would like to know, how to modify this pre generated code, so I can do CRUD in popup modal. I know, that I should probably use PartialView, but that is where my knowledge ends. Fairly new, so please try to make it sound as noobie friendly as possible. Thanks.
1 Reply
Angius
Angius7mo ago
You can just creat a modal, a form within it, and post that to the controller You can encapsulate it in a partialview, but there's no need