Guest User

Untitled

a guest
Jul 11th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <% Html.RenderAction("Titles", "Person");
  2.  
  3. if(string.IsNullOrEmpty(firstName))
  4. {
  5. ModelState.AddModelError("person", "Person first name is required.");
  6. }
  7.  
  8. Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.
Add Comment
Please, Sign In to add comment