Hi,
I have been asked to programmatically do the following in a SharePoint 2007 team site collection:
Create a website using the OOTB blank site template. (Please note, for project specific reasons, we are not using customized site templates.)
Activate the Publishing feature on the created website
Activate a number of other custom fe...
Hello All,
I have migrated Project server from one server to another.
I am able to see all the content that was present in the old server by appending
_layouts/user.aspx
or whatever I want to see.
However I am unable to see the Project server home page. As we know Project Server has its own security model.
Can anybody throw li...
I have created a feature, a publishing site, in Visual Studio to MOSS - this feature contains a masterpage, some pages, some site columns etc. I have also created a site collection based on my template.
I have several times updated my mastepage and pages with succes. Now I want to update my site columns, adding some columns, but these c...
Hi,
Anyone suggest good books for sharepoint? and more specifically great video tutorials which go from the technical aspects to the programming?
thnx
...
Hi all,
i have the sharepoint site , infact it is MOSS site. I want to show the reports on share point site. Is there any facility available for to do so? Or is i need to develop any webpart for same? please guide.....
reply will appreciable....! :)
...
Hi
I have uploaded the excel sheet on my sharepoint site.it is opening in a webpart. I have some hyperlinks columns in my sheet. But when i trying to access the hyperlink it is not navigate. why ?
In my excel sheet whet it is opening in MS office it is working fine.
...
Hi,
Background
I'm configuring a custom WSS application that focuses around one main list. I want to replace the top sharepoint search box with my custom search. After clicking on search I want to load a page with a webpart presenting the results (basically filtered list using CAML query).
I'm using WSS not MOSS so I cannot just confi...
At work we had a problem after installing SP2 on WSS 3.0 related to an aleatory behavior of OnTaksCreated. For more info about this check "http://fightingvssharepoint.blogspot.com/2009/06/ontaskcreated-in-wss-30-sp2.html". We've not found the fix yet so we're trying an alternative solution. Consists in taking out OnTaksCreted and moving ...
Hi,
I have a Feature with a Page Layout containing Webpartzones, however when I try to activate the Feature, SharePoint gives an error saying the URL is invalid. Apparently the layout is not able to access SPWebPartManager placed in default.master. When I put SPWebPartManager in the layout, it works fine. I tried using a custom Master...
I am writing a view for a list of events in SharePoint (Schema.xml) and I want to filter the results according to a DateTime (i.e. only display the events that start between 2 dates)
Normally I would use a CAML Query like this one for example :
<Where>
<And>
<Geq>
<FieldRef Name="Even...
Assume for a moment that you are creating a commercial product for SharePoint. This product will be offered in both Community (free) and Enterprise (pay) editions.
The code base for the Community edition is a subset with minor deltas all handled through (C#) #define statements. Effectively it's a single code base. The build process b...
I want to show graphs on sharepoint site .how to do this ?
...
Seeing if anyone else has had this problem and a resolution to it.
I have a visual studio sequential workflow on a list (not a library) which does NOT use tasks, the approval process is done through the Approve/Reject OOTB buttons on the list item. The approval is a 2 stage approval, whereby if the 1st stage is completed (via clicki...
I am using the webapplicationbuilder class to create a new web application and have found many articles that help with this, none however seem to specify how you designate the URL or the application, i just get "sharepoint - 123" where 123 is the port specified and "servername/:123" as the url, whereas i need "http://myserver/.
Thanks
...
How is chartviewwebpart used in Sharepoint?
Please tell me and give an example
...
I have an InfoPath task form sitting on top of a State Machine workflow. The form works perfectly and I send quite a bit of data to using the ItemMetadata xml object. Everything works perfectly and my form properly picks up an ItemMetadata ows_ViewToUse value and switches to the view of my choice. Unfortunately, if somebody opens the ...
I am looking at ways of limiting data (pages) visible to users based on their SharePoint group memberships. One option is to run my site on it's own, determine group membership in code, and limit data available, and the other, less attractive option is to deploy my site to several departmental sites, and then determine which data to pre...
This might be simple or impossible ;-)
Is there a way to restrict the Mysite usage to only a specific group in Moss 07 so that only this groups has personal sites?
thanks in advance
Ren
...
After doing a subversion merge with a co-worker, my VSeWSS project no longer build correctly. It creates two features for a single webpart feature (before the merge, this didn't happen). If the name of the feature is "MyFeature', VSeWSS always creates a second folder called 'MyFeature_2' and adds it to the solution manifest.
I've tr...
Throughout my SharePoint site, I have several document repositories that are tied to primary keys from an external database. I have added custom columns in the document library metadata fields so that we will know which SharePoint documents correspond with which table entries. As a requirement, we need to have document uploads that hav...