in

SharePoint University

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

Browse by Tags

  • 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
  • List data and SQL data

    I am currently trying to pull data from an SQL database, on one of our current systems, and into WSS Lists. However, the query is currently returning close to 50000 items and it is growing. Is there any way to present this data as a list (as opposed to storing it as a list), directly from the SQL database...
    Posted to Development (.NET) (Forum) by AsGF2MX on 02-23-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
  • 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
  • ** 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
  • urlMappings on a sharepoint site

    Hello I'm having a problem on a sharepoint site.I have a development site on a Virtual PC, where i set up urlMappings. It works fine as it should. But when I do the exact same thing on our demo and production server, i won't show any affect. Why dows my settings from web.config gets ignored?...
    Posted to Development (.NET) (Forum) by goodcall on 10-01-2007
  • HELP! Custom workflow refuses to work!

    Okay... For the past week, I have been tearing through every document available on creating custom workflows. I do not know C# very well, and I am expecting this to be a major factor in my issues. Nonetheless, I must get this notch in my belt [Or Else!]. I have purchased the book titled "Inside...
    Posted to Development (.NET) (Forum) by knotbeer on 09-04-2007
  • Open Document Library from Custom ASP.NET Web Page

    I have been able to create a custom asp.net website that allows the user to select a document library and display all of the documents in that library in a gridview control. When the user clicks on the document they want to work with, they get the standard File Download window to Open, Save or Cancel...
    Posted to Development (.NET) (Forum) by mcsmith on 08-24-2007
Page 1 of 2 (14 items) 1 2 Next >

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