TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Upendra Pratap Shahi
187
10.4k
2.1m
Temp data loss after returning JSON type
Jan 17 2017 11:58 AM
I have lost temp data value after returning JSON type
Just like below :
public ActionResult OnlineFormAction(string test)
{
//some other code
TempData["TestTempData" + yournumber] = model;
return Json(true, JsonRequestBehavior.AllowGet);
}
Reply
Answers (
2
)
How to change the Button color which in the nested Gridview
I want to show google map in asp.net web form dynamically,