SHAREPOINTSearch.com

Welcome to SHAREPOINTSearch.com Sign in | Join

in Search
Skip Navigation Links
Home
Resource CenterExpand Resource Center
Research CenterExpand Research Center
BIG Resource List
Blog Zone
Forums
RequestsExpand Requests
About Us

Browse by Tags

SharePoint » C# (RSS)
  • Delete SharePoint Document Library Files Programmatically

    Following on from this post on moving or copying SharePoint files with FrontPage Remote Procedure Calls (RPC), and this older post on remotely saving files to a SharePoint document library, the code below demonstrates how to remove files programmatically Read More......( read more )
    Posted to Weblog by Anonymous on 02-21-2008
  • Move SharePoint Document Library Files Programmatically

    In this post I published some code that took a look at using FrontPage Server Extentions to upload a file to a document library where the requirement was to be able to save metadata along with the document and not use the API. Here are a few more static Read More......( read more )
    Posted to Weblog by Anonymous on 12-06-2007
  • Problem with Custom Web Part! Big issue!

    Ok, so I can use this web part and it adds to the list just fine, but when my colleague with the same permissions to the list uses it, she can't get it to add to the list.... I implemented the run with elevated priviledges and used guids instead of using the spcontext.current(heard that negates the...
    Posted to Weblog by Anonymous on 10-19-2007
  • Discussion: Custom Field Controls vs. Custom Web Parts

    I watched a video with Andrew Connell, and it was brought to my attention that Custom Field Controls may be more appropriate than custom web parts in certain situations... One question that I have is if the tool pane is accessible for the end user when dealing with a field control... Can the design set...
    Posted to Weblog by Anonymous on 10-16-2007
  • Custom Web Part Building: State Management Tips and Tricks

    When building custom web parts its essential to understand when controls will contain thier values and when they don't and how to keep variables that will contain their values throughout the web part life cycle. Especially if you would like to dynamically load one control based on another controls...
    Posted to Weblog by Anonymous on 10-10-2007
  • Custom Web Part Code: Adding the default doc lib menu to a custom web part

    So I found a way to add the default drop down menu to the items of a custom web part control. Its pretty convoluted, so if you form a more direct way let me know. See code below: This Template is needed to be instantiated, but we don't render it... (lil trick) msaListMenu = new MenuTemplate(); msaListMenu...
    Posted to Weblog by Anonymous on 10-01-2007
  • Custom Web Part Code: Deleting an Item

    So this works, but if anyone has any brighter ideas, I have open ears... I was creating a document library web part and had to recreate some of the functionality in the menu... So here is the way I delete and Item... Declare and initialize a hidden field to store the id of the element to be deleted....
    Posted to Weblog by Anonymous on 09-26-2007
  • MOSS 2007: Is collaboration for everyone?

    I met with the SharePoint Users Group of Kansas City today. And they brought up an interesting topic. And all in all it makes sense. Should IT release SharePoint in the hands of the end users... I would say yes, but your managers and execs would probably say no. Like the mindsharp people were saying...
    Posted to Weblog by Anonymous on 09-11-2007
  • Discussion: Site versus Web in MOSS 2007

    I would like to open this discussion up because I'm having trouble differentiating the terms. Especially when dealing with the object model. SPSite vs. SPWeb. Are there any known differences? My latest thoughts have been that SPSite is the top level site for a site collection and SPWeb can be a site...
    Posted to Weblog by Anonymous on 09-07-2007
  • Dynamic Site intergrated with a Database, List, or BDC Data

    Use web parts that either actions(BDC Data), custom columns(List), or spgridview control(Database), to establish links that provide a query variable to your dynamic page. On your dynamic page, create a web part or embed server side code that creates a folder in each of your lists, document libraries...
    Posted to Weblog by Anonymous on 09-04-2007
Page 1 of 2 (11 items) 1 2 Next >
SHAREPOINTSearch.com is not affiliated with or endorsed by the Microsoft Corporation.See our Terms, Conditions and Privacy Statements
SharePoint is a trademark of the Microsoft Corporation.