-1
I am developing a web application in ASP.NET MVC where I intend 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, you may remove a chosen exam from the table if you wish.
In order to illustrate better what I want, you can view the image below:
Given that I have very little experience in ASP.NET, I would like to know if there is an example similar to the one I intend to implement to be able to base myself on.
First read this post https://pt.meta.stackoverflow.com/questions/5483/manual-de-como-n%C3%83o-fazer-perguntas/5485#5485
– user60252
The way the question is sounds like
Faça isso por mim
that is not the focus of this site– user60252
Use the control
@Html.ListBoxFor
who will do what you want but not with that style– Ricardo Pontual