I have a partial view that has something like this
<%= Html.DropDownListFor(m => m.SelectedProductName, Model.ProductList, \"Select a Product\") %>
You can use a hardcoded jQuery:
$('select#[id of your select box]').attr('id', '[id that you want]');