Want to build the ChatGPT based Apps? Start here
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Upendra Pratap Shahi
247
10.3k
1.9m
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,