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
  • 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
Page 1 of 1 (4 items)

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