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
Prakash
NA
258
77.9k
Display data in Dropdownlist
Jul 25 2016 3:53 AM
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
Reply
Answers (
1
)
how to use class file for multiple connection in C#?
upload video to utube