how to use temp data in mvc app please tell me
how to use temp data in mvc app please tell me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Nov 3, 2014, 6:41 AM
TempData keeps the information for the time of an HTTP Request. This mean only from one page to another.
For More Info:
http://www.codeproject.com/Articles/476967/WhatplusisplusViewData-cplusViewBagplusandplusTem
http://msdn.microsoft.com/en-us/library/system.web.mvc.tempdatadictionary(v=vs.118).aspx