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 data in Dropdownlist
Akash Patil
8y
237
1
Reply
Hello Experts,
var details = (from c in db.tbl_Product
join e in db.tbl_Order on c.Id equals e.ProductId
where e.ProductId == c.Id
join d in db.tbl_Invoice on e.BillId equals d.Id
where d.Id == e.BillId
select new
{
Name = c.Name
});
ViewBag.Productdata = details;
i got the product name by using above query i want display these name in to dropdownlist in "Create View" please help me
Thank You
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Windows Form Screens
is there any possible to develop addons and extesions in asp