Skip to content

SharePoint

SharePoint discussions

This category can be followed from the open social web via the handle sharepoint@forum.codeproject.com

981 Topics 2.3k Posts
  • Hi All, Introduction help needed.

    sharepoint help question workspace
    2
    0 Votes
    2 Posts
    2 Views
    G
    Hi, you can see this article. Starting with sharepoint
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • Session Timeout in FBA based SharePoint application

    sharepoint security
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Content back up and Restore

    help tutorial
    2
    0 Votes
    2 Posts
    4 Views
    A
    Hi, Why are you using this technique for backup? There are several alternatives to perform a more solid and consistent backup of your content. Create a simple batch file on the server and use stsadm -o backup. As for your specific error, it's probably because the backuplocation is not a SharePoint library the Move operation expect a SharePoint library as operator. See the API documentation (here's an extract) The MoveTo method moves files to another location within the same site. This method returns an error if a file of the same name already exists at the new location. Hope this helps! Regards, Alain Lord MVP SharePoint Server SharePoint Quebec User Group Lead
  • 0 Votes
    8 Posts
    3 Views
    A
    Hi, Does your .NET application is running under the same physical server as your SharePoint site? If not, you can use SharePoint Web Services to achieve some basic functions (working with librairies, etc.) but I'm not sure you'll be able to work at a web part level; you may have to write your own web service that will wrap your actions using the SharePoint object model. This web service needs to be deployed on the same IIS server as SharePoint. Even if you have access to the Microsoft.SharePoint dll, if you need remote access, it will not help you in this scenario. This DLL usually runs within a SharePoint server (or farm). Regards, Alain Lord MVP SharePoint Server SharePoint Quebec User Group Lead
  • User management [modified]

    sharepoint sysadmin question announcement
    2
    0 Votes
    2 Posts
    3 Views
    A
    Hi, SharePoint supports other authentication mechanisms; one of them is Form-Based Authentification. For more details, please visit this site http://www.sharepointfba.com/. You can also look for SharePoint authentication on MSDN site. Regards, Alain Lord MVP SharePoint Server SharePoint Quebec User Group Lead
  • Installing Sharepoint on Windows XP

    sharepoint
    7
    0 Votes
    7 Posts
    2 Views
    A
    Hi, It cannot be installed under Windows XP but it can be installed under Windows Vista. Please note however that this is not a supported configuration by Microsoft. To obtain details, please visit this post: http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx Just remember that this not supported by Microsoft and therefore it should be only be used for demo and exploration purpose only. Regards, Alain Lord MVP SharePoint Server SharePoint Quebec User Group Lead
  • sharepoint gridview with detailview refresh

    sharepoint question announcement
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • Deploying Asp.net website on MOSS2007

    csharp asp-net winforms question
    3
    0 Votes
    3 Posts
    3 Views
    E
    If you want to simply host this web site beneath the same URL as MOSS 2007, you can add a "managed path" in SharePoint that you mark as "excluded" in Central Administration (a simple Bing search should turn up how to do that). Then create a folder on the server to drop your application, and map a virtual folder in IIS using the managed path you defined, mapped to the physical folder you just created. If you want to host your application within SharePoint, you really need to convert it to a format that will work in SharePoint. There you have the choice between application pages (.aspx pages that are available in any SharePoinbt site, like those in Site Settings), or if your site is mainly static html then you could use either web part pages (more appropriate for a one-off site simply to host content)or a publishing site with page layouts (more appropriate if you want to version your pages or want to maintain a consistent format, as with news articles or product information). If this is an ASP.NET app with many .aspx pages and you don't want to convert it, consider just using a Content Editor Web Part with an IFRAME in it to surface your application in some SharePoint site. And as a final option, if your application is a well-designed 3-tier application, then it shouldn't be hard to rewrite as web parts. The usual problem is that inexperienced developers often jam both the UI and logic together making it difficult to tease back apart, so the conversion to web parts or application pages becomes more like a rewrite than a simple re-skinning of all the capabilities that should reside in a logic layer. Hope this gives you a few ideas to get started. Cheers, -Eli.
  • Content Lock and unloak

    csharp help tutorial question
    2
    0 Votes
    2 Posts
    2 Views
    M
    Based on the credentials we can lock spsite object (but not SPWeb object). But i don't have the code in detail.
  • Can I do a cross page postback in an .aspx page hosted in moss?

    question
    2
    0 Votes
    2 Posts
    3 Views
    H
    I had the same error. But I haven't still found the answer. Only one article is seemed to be helpful... but, actually, this workaround doesn't work for me. Please, let me know if you find the solution.
  • 0 Votes
    2 Posts
    4 Views
    B
    finally got it working after following this link http://blogs.msdn.com/sharepoint/archive/2007/06/21/using-javascript-to-manipulate-a-list-form-field.aspx :-D
  • Check box in share point object model

    sharepoint question
    2
    0 Votes
    2 Posts
    2 Views
    S
    Keep the property type as bool
  • File permission on sharepoint document library

    sharepoint sysadmin question
    2
    0 Votes
    2 Posts
    2 Views
    F
    Go to the document library. select the file and in the dropdown select 'manage permisssions'. U can inherit the permissions of the document library for this file or u can inherit it and then modify. You can add/delete or manage user permissions for that file.
  • cannot locate podcast comment list

    discussion
    2
    0 Votes
    2 Posts
    2 Views
    F
    Ok this was a very silly thing. :-O We can customize the All Items view. I just went and selected all the desired columns and it reflected back in the List settings page.
  • how to run php 5.2.9 on wamp server2

    php help tutorial
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    2 Posts
    2 Views
    F
    plz check out http://msdn.microsoft.com/en-us/library/bb326356.aspx
  • 880811 - map web part

    question
    2
    0 Votes
    2 Posts
    2 Views
    F
    chek this out http://www.codeproject.com/KB/sharepoint/googlewebpart.aspx