in

SharePoint University

Clean slate. Nothing but SharePoint.
All Tags » WSS 3.0 » c# (RSS)
Go, SharePoint!

Browse by Tags

  • Search Progarammatically WSS 3.0 Doc Library and Display in .NET Windows Application

    Hi All... I want to imlement below code: Search Progarammatically WSS 3.0 Doc Library and Display in .NET Windows Application I have a Gridview to display documet library list and when I click I should be able to open document. Upen Nathwani
    Posted to Setup, Admin and Deployment (Forum) by upen409 on 09-16-2008
  • Copy document attributes to a new file

    I have written a feature program to convert a document to PDF file in document library. After user chooses document and click the "convert" button, a new PDF file will be created and uploaded to the same document library. For example, after conversion of abc.doc, a file abc.pdf will be created...
    Posted to Development (.NET) (Forum) by tonyng on 07-15-2008
  • Gridview templateField from CSharp

    Can anyone give me the basics of creating a templateField for a gridview in CSharp? Ultimately, I am trying to create an image with a hyperlink and I've seen plenty of examples in asp pages. But I am doing all of this for a webpart in CSharp. A simple of example of how to create a templatefield in...
    Posted to Development (.NET) (Forum) by Dean G on 06-22-2008
  • Classes for use in Sharepoint

    I want to develop some classes to use in Sharepoint. My first thought is that I need to develop this as a webpart with no presentation component - no CreateChild function , or at least no code in that procedure, then just add that webpart to the page or pages where I want to use the classes and functions...
    Posted to Development (.NET) (Forum) by Mark Edwards on 05-24-2008
  • Sharepoint Migration - I need the old metadata but it didn't come over

    Hello All, I am currently in the middle of a SharePoint migration and unfortunately the meta-data ( modified by, modified date....) did not come over with the data. I have got to have this but do not have the budget to purchase expensive software to do so. is there a native way to get this done or a...
    Posted to Setup, Admin and Deployment (Forum) by tag24351 on 03-26-2008
  • Customize Absence & Vacation template

    I have run into a snag using the Absence & Vacation request template from microsoft. I am attempting to customize the page for creating a new Absence list item. All the links to invoke this page point to /Lists/Absences/NewForm.aspx but when I open this page in SPD or VS2005, this is clearly not...
    Posted to Development (.NET) (Forum) by ClayRatliff on 12-11-2007
  • Created By

    Plz i need some help.. The problem i should solve is: fill up "Created By" field of some item with some user's id. i've wrote the code: someItem["Created By"] = new SPFieldUserValue(web,someUser.ID,someUser.Name); someItem.Update(); but after update event finished, the field's...
    Posted to Development (.NET) (Forum) by HeToC on 12-05-2007
  • Where wrong into WebPart!

    Dear all, I ceated class as follows: class Class1 : WebControl { protected override void OnInit( EventArgs e) { base .OnInit(e); this .Page.SetRenderMethodDelegate( new RenderMethod (AJAX_Page_Render)); } internal void AJAX_Page_Render( HtmlTextWriter output, Control container) { try { HtmlTextWriter...
    Posted to Development (.NET) (Forum) by hongphong on 11-26-2007
  • ** Please ignore this post.

    My aplogies all, but I have since received a more specific spec as to what is required.
    Posted to Development (.NET) (Forum) by NeilSc on 10-24-2007
  • access denied error by accessing site.AllWebs in code

    Hi All, I have the following error in code. SPWebServiceCollection webServices = new SPWebServiceCollection(SPFarm.Local); foreach (SPWebService webService in webServices) { foreach (SPWebApplication webApp in webService.WebApplications) { foreach (SPSite site in webApp.Sites) { if (site.ReadLocked ...
    Posted to Development (.NET) (Forum) by juniormoss on 10-09-2007
Page 1 of 2 (11 items) 1 2 Next >

Need SharePoint Training? Attend a SharePoint Bootcamp!
Forum content (c) original posters. Everything else (c) 2008 SharePoint Experts, Inc.