Edit view in asp net core mvc



Edit view in asp net core mvc

Edit view in asp net core mvc

In this video we will discuss implementing Edit view to edit existing data.

Text version of the video
https://csharp-video-tutorials.blogspot.com/2019/05/edit-view-in-aspnet-core-mvc.html

Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking.
https://www.youtube.com/channel/UC7sEwIXM_YfAMyonQCrGfWA/?sub_confirmation=1

Slides
https://csharp-video-tutorials.blogspot.com/2019/05/edit-view-in-aspnet-core-mvc-slides.html

ASP.NET Core Text Articles & Slides
https://csharp-video-tutorials.blogspot.com/2019/01/aspnet-core-tutorial-for-beginners.html

ASP.NET Core Tutorial
https://www.youtube.com/playlist?list=PL6n9fhu94yhVkdrusLaQsfERmL_Jh4XmU

Angular, JavaScript, jQuery, Dot Net & SQL Playlists
https://www.youtube.com/user/kudvenkat/playlists?view=1&sort=dd

We want to display existing employee data on edit view. The user can then change the details and click the Update button to update the data in the underlying database.

In this video we will discuss implementing edit view and in our next video we will discuss updating the data. When the Cancel button is clicked, redirect the user to the list view.

Comments are closed.