Question 177


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
    and retrieve selected values from the

      Answer:

      • model
      • http context
      • http handler
      Create a custom
      • model binder
      and retrieve selected values from the
      • binding context