Rendering a View without a Master Page
Posted
by Fauxide
on Stack Overflow
See other posts from Stack Overflow
or by Fauxide
Published on 2010-05-09T13:19:34Z
Indexed on
2010/05/09
16:08 UTC
Read the original article
Hit count: 149
Heya,
I'm fetching a page using ajax (jquery) and appending certain data to the Requests query string to let the server know it shouldn't render the entire Page, just the view in question to the output buffer. I'm having no luck though, I can detect when the page needs to be rendered partially, but everything I've tried so far (including stuff like return PartialView()) isn't working.
Any ideas?
Thanks in advance.
© Stack Overflow or respective owner