I get the following error in the ...DropDownListFor()... "...An expression tree may not contain a dynamic operation..." because the lambda uses a dynamic type....How can I set the selected option on the DropDownList without resorting to jQuery?...I would ...