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
Ekrem Tapan
NA
967
81.2k
Remove Item on ArrayList
Nov 6 2015 2:35 AM
hello everybody ,
i want to ask u,
i have a array list get data from mssql like that below, but when its get data i dont want to get SId = 1 SId = 2 and SId = 3 these data, so how can i remove this three id on arraylist thanks
if (returner.IsCompletedAndContinue)
{
var infos = PubCat.Info.Binding(returner.DataSet.Tables[0]);
searchConds.CountrySIds = infos.Select(q => q.SId).ToArray();
}
Reply
Answers (
4
)
Why this exception occurred in ASP.Net?
binding image in dropdownlist.