in

SharePoint University

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

Browse by Tags

  • Urgent, is FieldAdded the handler of adding new document library???

    I want to do some actions when I create new, edit, delete document library I used stsdev and that was my class that inherit from SPListEventReceiver, and I overrided these methods FieldAdded, FieldUpdated, FieldDeleted namespace TestRC { public class FeatureHandler:SPListEventReceiver { public override...
    Posted to Development (.NET) (Forum) by eMeroo on 08-14-2008
  • Saving Data from Editor Part

    Hi, Im trying to set up an editor part and I want to save data from the editor part in to the web part (simple right?). I have no problem doing that using the set/get methods with regular strings etc. But I would like to do the same with an array. Is this possible or is there another way of saving the...
    Posted to Development (.NET) (Forum) by boneill3 on 07-22-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
  • AJAX, SPGridView, UserControl

    I am trying to enclose SPGridView inside an UpdatePanel control in a user control page (.ascx), however whenever I click on the paging links for the grid, it still postbacks instead of partial page rendering. Also, this is not the first time I have used ajax in my project. I have taken the same code...
    Posted to Development (.NET) (Forum) by wagswvu on 07-11-2008
  • Sharepoint Workflow - Custom Edit Form

    Hello! I am new to the community and also new to .Net and Sharepoint Development. With some tutorials and help from an experienced developer I created a sharepoint workflow in VS 2005 and an infopath form. The workflow works as follows: 1.) User opens a IP form in a form library on MOSS 2007. User enters...
    Posted to Development (.NET) (Forum) by christian.katschnig on 07-07-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
  • Ignore hidden or system folders by getting list items

    Hello, so far I wrote a class getting the list of files by a URL out of a document library. It works fine so far, but the result also shows the different views in the hidden "Forms"-folder, like "AllItems.aspx" or "EditForm.aspx". I tried to avoid this elements in my list...
    Posted to Development (.NET) (Forum) by distefanoc on 06-10-2008
  • How do I access Comment History and Carriage Returns from Lists using Web Services

    Hi, I have two questions: When using MOSS web services, how do I preserve carriage returns from multi-line text columns? I have "Append Changes to Existing Text" turned on the text column. How do I get the full history of text? I'm am trying to display information from SharePoint in a web...
    Posted to Development (.NET) (Forum) by DaaamnGina on 06-06-2008
  • Re: How to create charts in WSS 3.0 with Designer and VS2K5

    I just realized I coould provide code: ============= Here is the entire dynapie.aspx code: <%@ Page Language="C#" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <script language...
    Posted to Development (.NET) (Forum) by Mark Edwards on 05-30-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
Page 1 of 3 (29 items) 1 2 3 Next >

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