MVC JSON ViewData Question

Posted by user325142 on Stack Overflow See other posts from Stack Overflow or by user325142
Published on 2010-05-05T04:38:56Z Indexed on 2010/05/05 4:48 UTC
Read the original article Hit count: 186

Filed under:
|
|

Can ViewData be set & returned in an ActionResult that returns Json() ? Im asking because It's not working for me but when I put the same ViewData code into a Action method that returns a View() it works?

Thanks

© Stack Overflow or respective owner

Related posts about mvc

Related posts about JSON