How to return a MVC View to a $.Ajax JSON POST How to return a MVC View to a $.Ajax JSON POST json json

How to return a MVC View to a $.Ajax JSON POST


Jason result, awesome.

It doesn't work like that i'm afriad, either you need to not use ajax, or you need to return data and handle it in jquery, or you need to return a partial view.

Partial view is probably the best solution, you can just return a chunk of html and stick it in ur site, very simple to use.