-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Is there a way to get a specific field name from a template with several sections to a FieldRenderer control?
F.ex. I have a template with the sections "Data" and "Data2", both have a single-text-field called "Text". Is there a way to make my FieldRenderer get the field "Text" in section "Data2"
It…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm running Sitecore 6.1 on Windows 2008, IIS7, and I'm trying to use the URL Rewrite Module to do a redirect. When I enable the rule and hit the URL that triggers it, I get a YSOD. The same rule works perfectly on a non-sitecore site on the same machine. According to the Failed Request Trace, the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way to get to sitecore settings through code.
The specific setting I'm interested in is the data Folder path.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am creating items on the fly via Sitecore Web Service. So far I can create the items from this function:
AddFromTemplate
And I also tried this link: http://blog.hansmelis.be/2012/05/29/sitecore-web-service-pitfalls/
But I am finding it hard to access the fields. So far here is my code:
public…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to set the the source field of a template using the query notation (or xpath - whichever works), but none of them seems to be working.
My content tree is a multisite content tree:
France
--Page 1
----Page1A
-------Page1AA
--Page 2
--Page 3
--METADATA
----Regions
US
--Page 1
----Page1A
-------Page1AA
--Page…
>>> More