What is wrong with this ?
<%=Html.DropDownListFor(m=>m.Client,null,"Select",new { @style = "width: 630px" })%>
There is a ViewData["Client"] which contanins the source , the dropdown is filled but is not selected the value corresponding to Model.Client