I’m putting together a very simple text based search page using standard ASP.Net list view and data pager controls with an EPiServer:SearchDataSource control to do the search. The results are what I expect but the results don’t paginate. The data pager is moving through the pages but the first page of results is always displayed.
All the bindings seem to be correct so I changed the data source to be a pagedata collection and then everything worked. Does anyone know if there is a problem with using the datapager with SearchDataSource or am I just missing something?
I’m putting together a very simple text based search page using standard ASP.Net list view and data pager controls with an EPiServer:SearchDataSource control to do the search. The results are what I expect but the results don’t paginate. The data pager is moving through the pages but the first page of results is always displayed.
All the bindings seem to be correct so I changed the data source to be a pagedata collection and then everything worked. Does anyone know if there is a problem with using the datapager with SearchDataSource or am I just missing something?
Thanks
Neil