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
diamond diamond
NA
133
55.5k
Please help, selecting 100 rows of data table by loop
Jun 17 2014 5:46 AM
Hello,
i have data table which does not have any id column. I select n rows by count(). but it does not work.
DataClasses1DataContext dc = new DataClasses1DataContext();
double cc=dc.k2s.Count();
double min = 0;
for (double i = min; i < cc; i++)
{
function(i+100, min)
}
I need urgently
Thanks
Reply
Answers (
1
)
How to check checkboxes on view load in mvc?
Getting Error on user control in c# windows Application.