ASP.NET - Choosing multiple records from a dropdown

Asked

Viewed 24 times

-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:

inserir a descrição da imagem aqui

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

  • The way the question is sounds like Faça isso por mim that is not the focus of this site

  • Use the control @Html.ListBoxFor who will do what you want but not with that style

1 answer

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.