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
Sanjay Sharma
1.3k
413
27.4k
How to load Load Table
Aug 27 2019 6:15 AM
Hi,
I am doing Parrel Processing like
Parallel.ForEach(tblTestCase.AsEnumerable(), (drTC) =>
---1. Logical code
-- 2. add rows to datatable
);
//3. BindGrid with datatable
Now the requirement is as an when row added to datatable reflect that in UI.
Can anyone suggest an apporch. I can do this
1. Make ajax call in loop of tblTestCase from UI aspx, but in that case I not able to use Parallel Processing.
Please suggest me the approch
Reply
Answers (
4
)
Delete A Record into database
Compiler Error Message: CS1061