in

SharePoint University

Clean slate. Nothing but SharePoint.
Go, SharePoint!

Browse by Tags

  • 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
  • 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
  • Re: List driven drop-down selector

    I'm not aware of an existing web part that does that, but you could accomplish it using a DataView web part if you have SharePoint Designer. Basically just connect to the custom list as a data source. Your DataView's drop down list could then trigger JavaScript to navigate the user to the selected...
    Posted to Development (.NET) (Forum) by Mike Hodnick on 08-09-2007
  • What does "__expr-val-dir="ltr" " in <html> do?

    Hello Im trying to make a site accesseble according to WCAG. On problem I got is the "__expr-val-dir="ltr" " it isnt valid so I remove it from my masterpage but i wounder what it do. Do any one know? Thanks
    Posted to Development (.NET) (Forum) by taidokas on 07-18-2007
  • Re: SharePoint Web Services vs. Object Model APIs

    I agree that it's entirely in what you need to do. If you are writing some routine to automate or abstract list management, then the Web Services may be easier to leverage (and your code will be more portable) and performance wouldn't be an issue. However, if the stuff will always live on the...
    Posted to Development (.NET) (Forum) by AaronH on 07-06-2007
  • Re: Content Management / Controls / Galleries

    Without knowing the larger problem at hand, and assuming you have a good reason for wanting to obtain a specific image programmatically... Basically you'll need to obtain the picture library item through the list that it is contained in. There are a few ways to accomplish that. First, you can always...
    Posted to Development (.NET) (Forum) by Mike Hodnick on 07-03-2007
Page 1 of 1 (8 items)

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