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
md Ghouse
NA
5
3.2k
error showing cant implecitly convert coi to string
May 4 2016 6:11 AM
My class file
public void JoinTab(string s)
{
var x = from n in db.EMPs
join d in db.DEPTs on n.EMPNO equals d.DEPTNO
select new { n.ENAME, d.DNAME };
}
===============
.aspx.cs file
Grid1.DataSource = x.ToList();
Grid1.DataSource = objrepo.JoinTab();
im getting erroe at "objrepo.JoinTab();" cant implecitely convert voi to string
Reply
Answers (
1
)
IList quering using Linq
How to write Linq query for count salary