I tried the following but doesnt work:
<%Html.RenderPartial("userControl",new {personID=Model.ID, name="SomeName"});%>
In the usercontrol I have a hidden field in an ajax form to which I assign personID. It wont compile, the hidden id is not recognized.