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
David Smith
NA
2k
0
Linq Help
Feb 13 2012 4:10 AM
I wanted to know how to write this in linq below. Basically for every row by id in the testTable find the related fk Id in the Log table and insert the row in the LogTable , then set then assigned the Log table to grid.DataSource
foreach (databaseDataSet.testRow testRow in testTable.Rows)
{
foreach (databaseDataSet.logRow logRow in LogTable.Rows)
{
Import record into LogTable
}
}
grid.DataSource = LogTable;
Reply
Answers (
5
)
How can we close root node of treeview except selected one using javascript?
Not able to Save the new Value replacing the old value with the respective key in the text file on clicking a button