November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
...
....
For adding a filter to a pagedatacollection, see the FAQ in the support section on www.episerver.com or take a look at this:
FilterSort sort = new FilterSort(FilterSortOrder.Alphabetical);
sort.Filter(null, new FilterEventArgs(col));
/Øyvind
private void InitializeComponent() { this.List2.Filter += new EPoServer.WebControls.FilterEventHandler(List2_Filter); }
"Object reference not set to an instance of an object." /Stefan