Create a java-script function:
function selectedIndexChanged() {
}
Call the function:
<%:Html.DropDownListFor(x => x.SelectedProduct,
new SelectList(Model.Products, “Value”, “Text”),
“Please Select a product”, new { id = “dropDown1″,
onchange=”selectedIndexChanged()” })%>