November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
You can do it like this:
PageDataCollection pdcFoundPages = (PageDataCollection)SearchDataSource.Select(new DataSourceSelectArguments());
Br
Per
IList list = SearchSource.GetList();
foreach (PageData p in list)
{
resColl.Add(p);
}
resColl will contain all hits without the earlier filtering. The SearchDataSource control still contains the full resultset. How do I manage the SearchDataSource result?