I have this markup in an MVC app.
<% Recipe recipe = (Recipe)Model; %> <% Html.RenderPartial(\"Ingredie
RenderPartial takes an action name, not the name of the user control, so replace "IngredientsListControl" with "UpdateStep2", your action name.