I created a template from table "ProjectData" and I want to show only the results that match for the current logged in user id -> Example: <ListDataSource CommandText="SELECT [id], [UserID], [field1], [field2] FROM ProjectData WHERE [UserID] = [[User:ID]] "/> This throws an error. Is there another possibility? Best regards
Hi, I want to display a template on all pages and then override the css to change the background: url(/Portals/_default/skins/a/assets/img/1920x1080/22.jpg) no-repeat; with background: url([[ImgURL]]) no-repeat; But I get an error: Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control. There is any workaround to use a token in the style I us
Here is hoping someone out there can shed some light on the subject. When I use profile tokents to get the region and country, the id's are displayed instead. How do I get the localized name of the region and country? The application I am building depends on these tokens to display the correct information. Regards, Drew
Good Day, i need to capture current url in template, but when i try to use token data the & is replaced by space.. Current URL: [[Request:URL]]<br /> many thanks in advance Many Thanks to @Kelly Ford but i´ve another question how to use replacement in xmod:Format? i try to see it in docs.. and there is not example. <xmod:Format Type="UrlEncode" Value='[[Request:URL]]' /><br> <xmod:Format Type="Url
Where I try to use URL to sent parameter with http://intranet/DesktopModules/XModPro/Feed.aspx?xfd=ApprovalTracingStatus&pid=0&TN=Insert_HHApproval_Tracing [[Url:TN]] only get _HHApproval_Tracing, the word 'Insert' will totally lost