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
raman verma
NA
19
0
Linq with silverlight
Apr 8 2012 4:56 PM
I am facing a problem in populating datagrid using linq.
I have three tables:
Table1, Table2, Table3
Table1 has columns : date, machine_name
Table2 has columns : date, machine_name, defect
Table3 has columns : date, machine_name, status
1. In service.svc, I am not able to join these three table on basis of date
Table1:
date
|
machine_name
1/1/2012 | AAAA
2/1/2012 | BBBB
Table2:
date
|
machine_name | defect
1/1/2012 | AAAA | gear break
2/1/2012 | BBBB | shaft break
2/1/2012 | BBBB | spline break
Table3:
date
|
machine_name | status
1/1/2012 | AAAA | not working
2/1/2012 | BBBB | still working
After Joining Final table should display result:
Table1 Table2 Table3
date
|
machine_name
|
defect
|
status
1/1/2012 | AAAA | gear break | not working
2/1/2012 | BBBB | shaft break | still working
2/1/2012 | BBBB | spline break | still working
2.) How to use collection and how to specify return type so it could be bind to datagrid
Thanks
Raman
Reply
Answers (
1
)
Hi, i have a problem when i am trying to open a silverlight application using silverlight 3 on vs 20...
How to stop one process complete dont' start other exe