I have a select, with a long list, in which i can search it, with select2 jquery pluing.
my select:
@using (Html.BeginForm(\"ProjectList\", \"Client\",
If you want to submit the form after you change the select option do:
$('.selectpicker').on('change', function () { $(this).closest('form').submit(); });