in

SharePoint University

Clean slate. Nothing but SharePoint.
Go, SharePoint!

Browse by Tags

  • Re: How to create charts in WSS 3.0 with Designer and VS2K5

    I just realized I coould provide code: ============= Here is the entire dynapie.aspx code: <%@ Page Language="C#" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <script language...
    Posted to Development (.NET) (Forum) by Mark Edwards on 05-30-2008
  • 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
  • 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
  • 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
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.