I am hosting traditional asp.net pages within a moss site, using the same masterpage as the rest of the site collection.
Will moss page caching settings apply to all the asp.net controls/content inside the masterpage or just moss related controls?
...
we have two server A and B , when i install job and activate its feature on Server A sharepoint decides to run its instance on server B i dont know why How can i restrict it to run on server A ? .
...
I am trying to call SearchListItems to progamatically get search results. My code is pretty simple:
SPSite site = new SPSite(siteUrl);
SPWeb web = site.OpenWeb();
SPSearchResultCollection resultListItems = null;
resultListItems = web.SearchListItems(keyword);
The resultListItems return 0 items in milliseconds even though the web has 1...
Hello all,
I am using jQuery to access Sharepoint 2007's SOAP interface via the GetListItems method to read in a custom list of anouncements in such a way as to have that list refresh once a minute (in case the owners of the list add new content, so that the new content becomes visible without having the end user refresh their sharepoin...
Hi all ,
I have a trouble with export SPSite. My site : http://prog-phongdang , I want to export this site to the folder C:/Export which this folder contains onet.xml and some other files of this site.
Please help me !
Thanks,
Phong Dang
...
Hello,
I tried searching on the net to programmatically insert a List as a webpart in a webpart page but was not lucky enough.
Any thoughts or ideas how i could Programmatically insert a List as a webpart in a webpart page
Many Thanks!
...
I'm trying to access the files on a SharePoint-server(WOSS, 12.0.0.6421) through the WebServices but I can't sign in.
ListsService.Lists lists = new Lists();
lists.Credentials = new NetworkCredential("myusername", "mypassword", "mydomain");
lists.Url = "http://sharepointhost/_vti_bin/Lists.asmx";
XmlNode node = lists.GetListCollection()...
Hi,
I have a Sharepoint 2007 website.
As you know,in settings users can order the sites and pages as they want in exploration, and then you can get these items with this order with:
SPWeb web = CurrentSite.OpenWeb(currentSite);
SPNavigation nav = web.Navigation;
SPNavigationNodeCollection nodeColl = nav.QuickLaunch;
The problem is...
In Sharepoint Designer 2007 is it possible to add a new Data Source Provider?
I have a DB2 database I need to access from SharePoint and I have the DB2 Data Provider installed on the system, but Sharepoint Designer does not recognize it.
...
Hi,
I've been asked to cutomize the following :
In the left quick launch menu, is it possible to remove these menus : Documents, Lists, discussions and Sites ? These menus need to be remove/disable/hidden by default when the user creates it's My Site.
In the site action menu, is it possible to remove/disable/hide the Create menu, so t...
I am having issues with a content deployment. It was working fine on Friday morning. When we tried to run a deployment on Friday evening the content deployment failed with an error of "The remote upload web request failed".
I've been Googling things for a while, it's not an issue with a file size or destination server name error.
The...
I created a SharePoint sub-site, and accidently deleted all permissions groups except for the Members (which included me) and now I'm stuck looking at the site I've created but I'm not able to edit or delete it and create a new one.
Any idea of what I could do to get myself out of this situation?
Thanks,
Ash
...
I am about to endeavor in the area of the posting subject and am looking for early advice.
Is there a Sharepoint SDK that I need to install to be able to do this or shall I scan the .NET Framework for the appropriate objects to use?
Advice or useful links would be appreciated.
...
Hi, Is there any MOSS out of the box web service which allows us to check if a user has access to a document library if I know the URL for the document library. I have the URL for the SharePoint document library, user name and password.
Thanks.
Yes, please if a user has "Read" permission on document library. If there is no out of the b...
So I am trying to implement the solution suggested to me in my previous question (http://stackoverflow.com/questions/1586998/). I want to use the Cycle library found here: http://malsup.com/jquery/cycle2/ to cycle through the contents of a DIV that I am populating with rows from a custom SharePoint list. The html I am creating appears to...
Hi,
I want to store some setting in web.config file of the sharepoint web application or in app.config of the workflow itself. But i don't know how to access neither of these files and i don't know how to handle the data inside them. Please, give some advise, how to do this or where to read about doing this.
Any information is helpful....
I have a Custom Action on the Site Settings page of my SharePoint site that appears in the UsersAndPermissions list. It is created using a feature, this is the elements.xml file for the feature:
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<CustomAction
Id="SDITeamGroupApplicationPage"
GroupId="UsersAndPermis...
Hello.
I have a feature which has following manifest file that defines multiple content types:
<?xml version="1.0" encoding="utf-8" ?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<ContentType ID="0x01008e5736f1388b4809a9f102da1e573ddb"
Name="$Resources:Balticovo,ContentType_AgendaName"
G...
Hi,
I'm having a few problems with an application that integrates sharepoint, SQL reporting services and a bunch of custom forms that are built using ASP.NET MVC.
Assuming my servers are as follows;
MOSS
SSRS
Custom forms
In MOSS, my portal has need on occassion to popup a custom form to capture user input. I've done this by using ...
Now that the Sharepoint conference has started and at least some of the NDA restrictions have been lifted.
I was wondering which version for the .net framework Sharepoint 2010 will use. Am especially interested in if Sharepoint workflow is built on the workflow in .net 4.0. Since we have had problems with performance in workflow for .ne...