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();
}

Raja TPosted Nov 6, 2015, 3:11 AM
Raja TPosted Nov 6, 2015, 4:17 AM
list.Add("Dot");list.Add("Net");list.Add("Perls");foreach (string value in list){continue;}}}Upendra Pratap ShahiPosted Nov 6, 2015, 4:12 AM
Ekrem TapanPosted Nov 6, 2015, 3:15 AM