Hi again Kentico guru's,I'm trying to make a list of categories and highlight one category if there is one specified in the url querystring (http://example.com/blog.aspx?categoryname=category). I a...
I am trying to use String.Contains(URL,@http@), but it is not working. The event log is showing an error saying: Method 'Contains' for object of type 'CMS.MacroEngine.StringNamespace' not found, pl...
I'm having trouble specifying a where clause in a repeater using a string. The where clause in my repeater has this:{% strPostedBy = Querystring.GetValue(@p@); return#%} {% if (strPostedBy == @RB@)...
Hi,is there any way to use abs() (or remove character from returned value) method in transformation? Eval() return value e.g. -100, but i have to show only 100.Thanks Adam