Showing related tags and posts accross the entire site.
-
I have had some success in solving this problem. The ORDER BY still eludes me, but I think a series of CASE WHEN statements would work (although ugly): ALTER PROCEDURE [dbo] . [_Company_SearchGetPaged] ( @WhereClause varchar ( 2000 ) = null , @PageIndex int = null , @PageSize int = null ) AS BEGIN -...
-
Brad, Do you mean the pagesize dropdown doesn't retain selected value or you could not set it to anything via PageSelectorPageSizeInterval property?