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
Thenmozhi Chinnanan
NA
13
487
how to resolve Error 1 The type or namespace name 'DetailsMa
Jul 27 2018 2:38 AM
List<DetailsMaster> allDetails = new List<DetailsMaster>();
using (ThenmozhiEntities dc = new ThenmozhiEntities())
{
allDetails = dc.DetailsMaster.ToList();
}
return new JsonResult { Data = allDetails, JsonRequestBehavior = JsonRequestBehavior.AllowGet };
}
public JsonResult GetDetailsWithParameter(string prefix)
{
List<DetailsMaster> allDetails = new List<DetailsMaster>();
using (ThenmozhiEntities dc = new ThenmozhiEntities())
{
allDetails = dc.DetailsMaster.Where(a => a.Name.Contains(prefix)).ToList();
Reply
Answers (
1
)
How to open Protected pdf without password in web app?
how to get the data from storedprocedure and how to bind the