in

SharePoint University

Clean slate. Nothing but SharePoint.
Go, SharePoint!

Browse by Tags

  • Workflows - Item.Update - modified by system account

    Hi, I have developed a workflow for our document management. Every time an item/document is checked in (create and update event) the workflow starts. It checks some properties and creates a unique code for that document, depending on some required properties that are already filled in. Now this workflow...
    Posted to Development (.NET) (Forum) by Tineke on 06-02-2008
  • EventHandler trigger

    Hello everybody, i've a question on how to trigger an eventhandler on load form (i mean not when an item added or adding or list added or adding (that are the basic thing)). what i want is when a page load(Newform.aspx or AllItems.aspx etc..) the event must be trigged. i hope have a solution soon...
    Posted to Development (.NET) (Forum) by menerva on 05-28-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
  • 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
  • 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
  • Uploading files using asp.net

    Ok i am trying to figure out a way to this for a company. We have written a help desk application that creates tickets and when you want to view them they open up in .aspx format. The company wants each ticket to be uploaded into a sharepoint document library so that they can be searched using the SP...
    Posted to Development (.NET) (Forum) by potso on 08-22-2007
  • Custom Field Type rendering in the datasheet view of a list

    Hi, I am looking for an example or an explanation how a custom field type is rendered in a datasheet view. Where did the datasheet (the ActiveX control ListNet) get the information how to render the field (custom or not)? Is it possible to define how the datasheet view have to render my cutom field type...
    Posted to Development (.NET) (Forum) by rastadiva on 08-21-2007
  • inherit RichImageField

    Hello I'm trying to customize the RichImageField with this code namespace Test.SharePoint.WebControls { public class MyCustomCalendar : RichImageField { protected override void RenderFieldForDisplay(HtmlTextWriter output) { // create a new tempWriter to consume the output from the base class TextWriter...
    Posted to Development (.NET) (Forum) by taidokas on 08-14-2007
Page 1 of 1 (9 items)

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