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
suman goud
NA
176
53.6k
How to return Json result to razor view in mvc 4
Dec 7 2016 4:49 AM
data showing in json format in browser , but i want to send to view
[HttpGet]
public JsonResult GetProductID(int Eid)
{
_productModuleAPI = new ProductModuleAPI();
var productModules = _productModuleAPI.GetAll();
lvm2.ProductsModulesViewModel = productModules.ToList();
return Json(lvm2, JsonRequestBehavior.AllowGet);
}
Reply
Answers (
17
)
how to validate calendar extender in gridview using jscript?
How to Calculate also Decimals with in this Code in Jquery