C
C#

ASP.NET CRUD MODAL

ASP.NET CRUD MODAL

DDevastorian11/19/2023
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.
AAngius11/19/2023
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

Looking for more? Join the community!

C
C#

ASP.NET CRUD MODAL

Join Server