in

SharePoint University

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

Browse by Tags

  • 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
  • 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
  • SaveWorkbook in Sharepoint with ExcelService

    hi i would like ta save my excel in sharepoint with the web service it done but i want to save in sharepoint not in local disk here my code ExcelService es = new ExcelService (); es.PreAuthenticate = true ; es.Credentials = System.Net. CredentialCache .DefaultCredentials; es.UseDefaultCredentials = true...
    Posted to Development (.NET) (Forum) by toll13 on 05-01-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
  • SPD Workflow not triggering in the SharePoint Portal

    Hi guys, I have a strange behavioure. Untill couple of days ago all my workflows which created in SPD with some C# .NET custome codes (well entire functionality of the workflow was coded in C#) was working just fine in my SP Portal. but since couple of days ago it just stopped working (yes, just like...
    Posted to Setup, Admin and Deployment (Forum) by Rizi on 01-18-2008
  • Help! Web Application Template Project or 2.0 Web?

    Situation: my partner and I are currently working on some web usercontrols that we are using a customized version of the "Return of SmartPart" control to deploy into a WSS 3.0 site. Question: Should we be using the old style, single DLL provided by the Web Application Template or the easier...
    Posted to Development (.NET) (Forum) by haldiggs on 01-11-2008
  • 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 1 (10 items)

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