in

SharePoint University

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

Browse by Tags

  • Integrating rating system with sharepoint discussion list

    Hi All, I am a wokring on sharepoint rating system for dicussion board list. I am looking for a good sharepoint rating system for discussion list, docuement library, wikis and blogs. But currently right now i am focusing on the discussion list. I want a feature to rate the topic, individual posts and...
    Posted to Development (.NET) (Forum) by sqaisar on 09-18-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
  • 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
  • CrossListQuery (CAML Question)

    Hi, I am trying to use the CrossListQueryInfo class to find pages that matches some conditions. So far, the filters and everything works fine except the ViewFields. CrossListQueryInfo query = new CrossListQueryInfo(); query.RowLimit = 5; query.WebUrl = SPContext.Current.Site.ServerRelativeUrl; query...
    Posted to Development (.NET) (Forum) by ktt on 03-06-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
  • RunWithElevatedPrivileges usage error

    I get an error trying to use SPSecurity.RunWithElevatedPrivileges in a webpart. The webpart iterates through all sites, and populates an SPGridView with the result. This works fine using the System account, but when I login using Forms Authentication I get the Access Denied page, and an UnauthorizedAccessException...
    Posted to Development (.NET) (Forum) by frodema on 10-10-2007
Page 1 of 2 (12 items) 1 2 Next >

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