in

SharePoint University

Clean slate. Nothing but SharePoint.
Go, SharePoint!

Browse by Tags

  • Re: Marketplace / For Sale in SharePoint?

    I had done this in SharePoint 2003, but MOSS/WSS would be the same. Basically, I created a custom list that had the information about the item that was for sale. I then created a separate list for interested buyers that would like to the custom "Inventory" list. On the "Inventory"...
    Posted to General (Forum) by Jeremy Woods on 05-06-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
  • Can't debug custom MOSS event handler anymore, please help!

    I wrote a custom event handler overriding ItemAdding. I changed it to override ItemAdded instead because I couldn't get access to the list item's content type. Now when i attach my code to the w3wp process it won't hit any break points and there are no errors in the event viewer. This is...
    Posted to Development (.NET) (Forum) by sharkmu25 on 11-28-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
  • Upload attachments

    Hi, I am trying to customize the news layout page in _catalogs directory. It is to hard for the common user to attach a file if they want to browse for files from the disk drive (the Hyperlink button in the Rich Html Editor). What I want to do is to create a new button called "Attach a file"...
    Posted to Development (.NET) (Forum) by lise 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 (10 items)

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