Exam Question
Drag and Drop
You are developing an ASP.NET MVC application. The application has a view that displays a list of orders in a multi-select list box.You need to enable users to select multiple orders and submit them for processing.
What should you do?
- model binder
- model
- http context
- binding context
- http handler
Create a custom