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.