Followed https://devnet.kentico.com/questions/language-selector-in-aspx-page, but the data source of the Language data source is null.Anyone can help? Thanks.
So I was using a standard Portal master template at first but was then notified that I would need to add a back end tool to my site called Bright Edge. In order to do so I must create my own custom...
I want to implement a smart search filter in my project, I already bulit a smart search box connected to a searchResults pageand it is working fine, but now I want to add more options to filter the...
Hi there,I have a couple of questions I came with while developing a custom web part with a aspx template ( I created this web part from web parts app with a standard type and I'm including it in m...
How can I edit the shared content between my pages under a aspx master template file ?I have followed the steps hereBut after adding a custom template page below my master page I can not see how to...
Hi Guys,I have web site running with master page type as portal engine but I want to create aspx master page template to implement functionality in code behind.I have following queries. 1. To crea...
Hi I'm trying to get a url from a CMSEditableImage in the PreRender method of an aspx.cs file so I can use it in a background image.I have tried
We have an existing site that has been created using the aspx templates rather than the portal engine. There is now a requirement to add e-commerce features to this site. After doing some research ...
Hi I'm making a call in my .master page codebehind to retrieve a collection of content only pages: @BCS.Testimonial@I'm loading in the node like so:var testimonials = DocumentHelper.GetDocuments(@...
Really stupid question but I've been dealing with collections and that all makes sense.If I'm on an aspx page template how do I just spit out field data from the current page? All the basic example...