Tagged Questions
0
votes
1answer
44 views
Possible to add XSLT to CQWP through UI?
Using C#, I am inserting web parts into web part zones programmatically and styling them. More specifically, I'm inserting CQWP's and assigning XSLT files to them.
I'm now wanting to allow users to ...
0
votes
1answer
37 views
Basic xslt: Hiding slots created from custom xslt
I've followed and managed to successfully implement this:
...
0
votes
1answer
72 views
XmlFormView and QueryStringFilter
I'm working on a project to automatically generate some document libraries and pages. One of these pages I have to put a infopath form webpart and a TextFilter to send to this form some information (a ...
3
votes
1answer
162 views
Can you use Content By Query to retrieve items from it's parents?
I know you can use the Content By Query component to retrieve items under the current site, however, I want to do the opposite.
I'd like to look for items in the parent sites of the current site. I ...
0
votes
1answer
377 views
Should I use the XSLTListViewWebpart (Alternative3) or go with Alternative 1 or 2
Say I have the following site hierarchy:
-Home
- All Projects
- Project123
- Project456
- Project789
- ...
At the "All Project" site I need to show a list of all projects ...