Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to generate the code where user can select the value from multiselect dropdown and the selected value show in the table and there is one additional column for enter the number data and one one column for action(edit and delete)so I want to store data in database and perform Create, insert, update and delete operation on it. I do some code but unable to do Edit and delete operation

What I have tried:

i am done with save data in DB but Read update and delete not working
Posted
Updated 23-Apr-23 8:35am

1 solution

I did a quick Google Search and found many solutions. Here is the search that I used: Multi select dropdown CRUD operation using .NET MVC core - Google Search[^]

First Result was a YouTube Video: How to Create Multi Select Dropdown in ASP.NET Core - YouTube[^] and gives you a download link[^]

Next result is a blog post with full source code: Multi Select dropdownlist with checkbox in Asp.Net Core MVC C#[^]

If you are not happy with those answers, there are many more using the search above...

Enjoy!
 
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