kentico_jurajo
-
9/20/2010 7:43:22 AM
RE:Seach Pagination Help
Hi,
You will need to modify the search results control (\CMSModules\SmartSearch\Controls\SearchResults.ascx).
As you can see in the ascx code, there is one UniPager control under the place holder. So you need to copy the uni pager and paste it above the place holder and change its ID. Then, in the code behind you need to duplicate all the code for "pgrSearch" pager and add the same code for the second pager ID.
Best regards, Juraj Ondrus
|