ASP.NET - Choose multiple records from a dropdown

-1

I'm developing a web application in ASP.NET MVC where I want to have a page that allows the user to select one or more exams to sign up from a dropdown and present the chosen exams in a table. At any time, the user can remove a chosen exam from the table if he wishes.

In order to better illustrate what I want, you can see the image below:

Given that I have very little experience in ASP.NET, I would like to know if there is any similar example to what I intend to implement in order to be able to base it.

    
asked by anonymous 10.08.2018 / 15:48

1 answer

0

I ended up finding an example that helped a lot. It is not quite what I want but it is already a great help. I leave it here for anyone who needs it: link

    
10.08.2018 / 16:03