In my view I have
<%:Html.LabelFor(model => model.IPAddress)%> <%:Html.TextBoxFor(model => m
Try:
ModelState.Clear(); return View(model);
If not result! return a JSON Result and then update by javascript