Click here to Skip to main content
15,889,200 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a Employee table in DB and I want to perform CRUD operation using Webgrid in asp.net mvc ...
Posted

1 solution

Since you're totally a newbie to this platform and feature I would like to provide a blog post (now a Technical Blog post) to you to first learn what CRUDs are, and what Database connection means to the developer in this CRUD operation.

I have used SQL Server database in my ASP.NET (Web Pages; you can use the same for your MVC project) and then applied some links (which you can change into Actions and Controllers) to perform CRUDs. Give it a thorough read, and you can also try to download the package that is attached to the blog post. You would be able to get enough understanding to change the HTML codes to render them inside a WebGrid.

How to connect ASP.NET website to Remote Database for CRUD operations[^] Ignore the remote database concept, you can connect your local database (database inside your project) too for this project to work.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900