In this article we will learn how to perform CRUD operations in an ASP.Net MVC application for same view.
I have used the oracle db on this sample. You can use sqlserver also.
You can create table TB_Employee with three fields.
FNAME,LNAME,EMPID
I had created three partialview in this sample application.
Add,Edit and List under views\home folder.
And there is one view Index.cshtml where i have called the List.cshtml(PartialView).
There are four model each for insert,update,delete and list.
Using jquery and css i have implemented this sample code.
Please give proper reference for jquery and scripts on List.cshtml to make this sample work on your local machine.
Thanks,
Deepika chaudhary
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Jaco ZwartsPosted Jan 19, 2016, 12:53 AM
Thank you for sharing
Om Prakash SharmaPosted Jul 22, 2015, 8:02 AM
What is this ?????????
Sagar BaruaPosted Jun 8, 2015, 3:25 AM
Very helpful tutorial.I need this type of tutorial. Thanks for share
Loveneet SinghPosted Jan 17, 2014, 3:51 AM
Good Job...:)
vilis patelPosted Oct 28, 2013, 10:53 AM
I have use this example for SQL By changes some code.It's really awesome!!!
vilis patelPosted Oct 28, 2013, 10:52 AM
Thanks you very much!!!! :) It help me a lot!!!