Hi, I have an ActionResult that sets TempData to be an object.
The page that is rendered contains a button, that launches a JSON request to the same controller. (For jqGrid population).
The TempData on the JSON Request is null - why does this happen?
Even more bizarrely, if I had a button that posts to the same controller, and I click it instead of my JSON request button, TempData will be there, but if I click the JSON button, then the post button, TempData will be null.
Help appreciated.
Thanks, Chris