I am using the following where clause to query my pages from a blog via a pages data source web part:'{%EventDate %}' @ '{%GetDateTime(DateTime.Now)#%}' When this query runs in the pages data sou...
I have a pages data source web part on my blog that grabs blog posts from the folder. From there it hands them off to a basic repeater that gives a snippet of text and an image for each blog post.I...
Hi,I have a dropdown list. The data source looks like that: image_from_js; image_name_to_displayI would like to replace that image_from_js with an image from media libraries. Is this possible?Thank...
Is it possible to hide a dropdownlist option depending on the current user's role? Thinking of a Macro expression to hide a specific dropdownlist option. Using a Custom Table Alternate form @ Data ...
I have a form with 2 dropdown fields. The value of the first needs to be taken into account when populating the data source of the second. I have the dependant field checkboxes correctly set.I've t...
I have custom web part, there is ucSitemap control (inherites GoogleSitemap). In SetupControl i assign properties to ucSiteMap and then call ucSiteMap.ReloadData(true) ... ucSiteMap.SiteName =...
I’m working on a custom module and I’m having a strange issue I’m probably overlookingI have a CMSQueryDataSource that is creating a datasource from a custom query that pulls information from a cus...
okay so i have a division that has 5 division inside of it each division has its own styling and its own html form but i need to be able to render data from 5 pages that have the same page type , i...
Hi I have a content only page type for which I am trying to create a view for. The link listings for these pages will appear in multiple areas of the website. I want the user to be taken to the sam...
In a hierarchical view, I can use @NodeHasChildren@ to check if an item has children. An alternative is using @Documents.Where(@NodeID = @ + NodeID).FirstItem.Children.Count @ 0@. Now I realized th...