Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Please help, selecting 100 rows of data table by loop
diamond diamond
10y
665
1
Reply
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
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
How to check checkboxes on view load in mvc?
Getting Error on user control in c# windows Application.