in

SharePoint University

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

Browse by Tags

  • Re: Scheduled Email Reminder

    Hi, I am creating a reminder wrokflow using SharePoint Designer, and when i using "Pause Until Date" activity. It doesn't resume and Workflow status does not change from "In Progress". (i.e it displays "Pausing for 0 minutes" under Workflow History but it doesn't...
    Posted to Customization and Design (Forum) by saurabh_singh on 10-02-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
  • 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
  • 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
  • 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
  • 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
  • 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
Page 1 of 2 (13 items) 1 2 Next >

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