Can a partial view be rendered asynchronously?
I have a partial view that needs to render blog posts. The blog posts are returned asynchronously.
In my _La
_La
I went with the answer in the post that @buffjape suggested:
Async PartialView causes "HttpServerUtility.Execute blocked..." exception
I changed my methods all to synchronous.