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
Faisal Ansari
NA
451
831.8k
How to Convert Linq Query into DataTable
Apr 6 2011 1:48 AM
hello guys once again.
i have an problem in this code i wanna cast linq query into datatable but its giving error..
My Code is below:
var searchData = from search in context.PersonInformations
where search.p_ID == Convert.ToInt32(txtPId.Text)
select search;
DataTable dt = ((DataTable)searchData);
Reply Soon ...
Thanks .
Reply
Answers (
4
)
problem with Datagrid view control in C#
I need help in coding for turbo c++ in my assignment.