in

SharePoint University

Clean slate. Nothing but SharePoint.
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
  • How to create charts in WSS 3.0 with Designer and VS2K5

    I am trying to use paul galvin's approach to creating a basic horizontal bar chart based on a list with data. I am having issues with the xsl editor and have sent paul a note on this. see here for his example http:paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!395.entry I was wondering if there...
    Posted to Development (.NET) (Forum) by Skorpio on 05-05-2008
  • Error Previewing the webpart

    I am getting error when previewing the webpart. "An Error occured when previewing the webpart" I didn't understand what is the problem in my code. Here is my code,i am developing the web part in a remote machine where sharepoint is not installed.I just copied the sharepoint.dll into my...
    Posted to Development (.NET) (Forum) by aditya_raj on 03-18-2008
  • Avoid access denied error while saving webpart properties

    Hello Everybody, I'm back with a new issue. I am developing a custom webpart for SharePoint 2003. I have created a custom property for my webpart. I use this .SaveProperties = true ; to enable saving the webpart properties through my code itself. The webpart works fine when a user who has read and...
    Posted to Development (.NET) (Forum) by arun_gp on 01-25-2008
  • 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
  • Custom Order Management (BDC) Webpart for Dynamics GP 10

    Hi All, We need to create a customer Order Porcessing Webpart to replace the one generated by the Business Portal 4 installation. The changes include the automatic filling in the Shipping Cost based on the Shipping Method, as well as 3rd Party Credit Card Verification. Where to start? Is it possible...
    Posted to Development (.NET) (Forum) by NeilSc on 10-25-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
  • How to make a sharepoint list column readonly/invisible within sharepoint UI

    Hi Everybody, I have created a list in sharepoint. In that list there is a field which I want to make read only or invisible when the user tries to add or edit a list item through sharepoint UI. I want this because that particular field gets populated through a webpart and direct data entry into that...
    Posted to Development (.NET) (Forum) by arun_gp on 10-04-2007
  • Adding new field using CAML

    Hello Everybody, How can I create an Image column in a sharepoint list using CAML. By using CAML is it possible to set additional field properties of a field? please help me. thank you, Arun Dutt
    Posted to Development (.NET) (Forum) by arun_gp on 09-14-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.