Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
display labels text dynamically in mvc
Khushboo Kumari
7y
134
1
Reply
i have code controller action method
and i want to display these values in label using jquery ,please any one help me
var _Question = (from qd in db.Question_Table
join od in db.Option_Table on qd.Question_id equals od.Question_id_FK
orderby od.Question_id_FK
select new
{
od.Option1,
od.Option2,
od.Option3,
od.Option4,
//qd.Question_id,
qd.Question_Description,
//qd.MCQ_,
//qd.Is_Active,
}).ToList();
return Json(_Question, JsonRequestBehavior.AllowGet);
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
When to use TempData vs Session in ASP.Net Core ?
Image to fit in asp page