So, the partial view is a form, that is revealed via a jQuery show(). The form is submitted, and suppose a unique index is violated, for example, using the Post-Redirect-Get pattern I pass the errors via TempData back to the original view, which contains the partial view that is of course hidden again. Therefore the form's errors/hints/original data is not visible.
What is the most efficient way of presenting/revealing this partial view's form, with error message(s)?