admin
-
5/2/2006 3:11:07 PM
Re: Search Results layout
Hi Paul,
you can do that by replacing the standard CMSSearchResults control with a standard ASP.NET Repeater or DataGrid. Then, you retrieve the search results as a DataSet using the TreeProvider.Search method and bind it to the data control.
Best Regards,
|