Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: XMLCreator
  • Content: Threads
  • Order by date
  1. XMLCreator

    retrieve a list item value than add plus or minus 1 to the value next update the field w/ new value

    I am trying retrieve a list item value based on a selection in a multiselection box than add plus or minus 1 to the value than update the field with the new value. My code works fine by updating the field to a new value where the users selects in the multiselection box. My problem is retieving...
  2. XMLCreator

    XPathNodeIterator move.next method is not looping through each single value???

    //update list item string siteUrl = http://sp-app/dev; ClientContext clientContext = new ClientContext(siteUrl); list oList = clientContext.Web.Lists.GetByTitle("Item Inventory"); PathNavigator root = MainDataSource.CreateNavigator(); XPathNodeIterator iter =...

Part and Inventory Search

Back
Top