I'm working on displaying the Categories that have been applied to a given page, but I'm having issues with ordering the collection in the page transformation when using a macro.Here's the macro in...
I am trying to query blog posts on my website using a data source web part.Using a SQL where clause in my data source I am doing the following to grab by category from the query string:('{%ToInt(Qu...
I have 3 separate pages - Medical, Vision, Dental, that are getting combined into one page - Benefits. These 3 pages had a folder of documents that were pulled in a Repeater element on the page.Now...
Hello Kentico Team,I am attempting to create a simple OrderBy filter for an XML Data Source, but the documentation available on the Kentico site isn't especially helpful.The biggest issue I'm havin...
I am using a CMSRepeater in widget code behind . @cms:CMSRepeater runat=@server@ ID=@customRepeater@ @ I'm binding the data also in code behind and used customRepeater.orderBy=@NodeID@ and I'm send...
Hi! I have following code and i need to set order by according to 'ToolNoFirstPart,ToolNoSecondPart'. how i can do that? please helpvar oSearchRows = oStockDs.Tables[0].AsEnumerable() ...
I have been setting up a hierarchical viewer for a homepage that pulls all of its content from sub-pages. I have got the content appearing correctly for each different type of page. I would like th...
Pretty trivial question here but I can't seem to get the out of the box smart search results to order by a query string value. I have a query string parameter of sort and it's value is a column na...
Hello,I am having a rather odd issue with the DataQuery api. I am using both Distinct(true) and OrderBy descending but it doesn't seem to like using them both together. If I take off the OrderBy an...
Hi me again!I've got a repeater with a where condition as below:DocumentID IN ( SELECT DocumentID FROM CMS_DocumentTag WHERE TagID IN ( SELECT TagID FROM CMS_DocumentTag WHERE DocumentID = {%Docume...