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
5
Answers
filter data from linq
Ekrem Tapan
9y
318
1
Reply
hi everyone, i want to ask, if infos variable inside have a many data, how can i get just 5-6 data ?
foreach (var info in infos)
{
htmlTh = new TableHeaderCell();
htmlTh.Text = info.Name;
htmlTr.Cells.Add(htmlTh);
}
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
HOW TO CONVERT HTML CONTROLS TO ASP CONTROLS ?.
Error on <authentication mode="Forms"> when publishing