Hi, Was wondering if anyone using Twitter BootStrap with Asp.Net MVC / Razor and how exactly they deal with modal forms. My front-end skills not that great. While I got it working by rendering a strongly typed partial view in a Modal using @Html.Action, I'm having issues with what to do with with an invalid model/view being returned from my Post Action Method.
Thanks in advance! Krok
