Tagged Questions
0
votes
1answer
16 views
RSS/XML Feeds Stopped Working - SharePoint 2007 [closed]
We have numerous custom web parts that use XML to pull in RSS feeds. The feeds stopped coming in about 2 weeks ago. We are not sure exactly what caused this, but there was an admin who was working ...
0
votes
1answer
20 views
How to view forms on a tablet and submit response back to SharePoint
beginner SharePoint admin here looking for guidance.
We have a situation at our company where we want to be able to view company documents on tablets (which staff have due to their mobility ...
1
vote
1answer
52 views
Parsing custom field type
I developed a custom field type for List, now I am trying to get list data using SharePoint list web services in "K2 workflow" I can get all fields values except this custom field type as I am not ...
0
votes
1answer
67 views
Creating a New list based on previous List Definition
I have a List definition with following files
Feature.xml
<?xml version="1.0" encoding="utf-8"?>
<Feature Id="GUID"
Title="abc"
Description="mmmmmmm."
Version="1.0.0.0"
...
1
vote
1answer
266 views
Overriding search control, contextual scope as default
I have a strange problem regarding the overriding of search delegate control in SharePoint 2007.
The purpose of why i override it is to set drop down mode to show contextual scopes as default aka ...
1
vote
1answer
29 views
What things/attributes need to be changes while renaming a Site Defination?
I have a site definition folder with following structure,
XML
default.aspx
MasterPage.master
masterpageajax.master
In XML folder I have "ONET.XML" and I looked into this file, and realized that ...
0
votes
2answers
268 views
Updating Custom XML property of a webpart while adding it to a webpage
I followed this tutorial to make a tabzone webpart. if I want to manually add it to a page it works perfectly, but if I try to add it programmatically, it gives me out of index exception, which is ...
4
votes
1answer
2k views
Dynamically setting Default Value in ParameterBinding through Javascript
To make a long story short (too late), we have a dropdownlist that is populated through a list of items. We want to use this dropdownlist to filter the list in a data view web part.
This works ...
3
votes
2answers
521 views
What is the best practice to implement search to index XML files?
In our SharePoint solution we need a service which can search and index XML files.
At this moment we are using FAST, but are there other tools / applications / solutions which are free and easy to ...
