No announcements
Found 2439546 threads
-
3 Votes
Update Item
Updates happen at the Contact level, not the Address level.Answered | 8 Replies | 4360 Views | Created by Gary Isaac - Friday, August 7, 2009 12:29 AM | Last reply by Lowell Meyer - Tuesday, August 18, 2009 6:43 PM -
1 Votes
sharepoint 2010 - Can't update item field value?
Try calling web.Update after setting AllowUnsafeUpdates to true and before updating the item.Answered | 11 Replies | 5179 Views | Created by ryands - Thursday, August 2, 2012 6:09 PM | Last reply by SPKoder - Friday, August 3, 2012 1:25 PM -
1 Votes
Modify values in trigger without using update
If you want these values to be updated on the UPDATE, then unfortunately, default constraint will not work and you need a trigger.Answered | 11 Replies | 2569 Views | Created by warntme - Friday, December 21, 2012 11:46 AM | Last reply by warntme - Friday, December 21, 2012 8:30 PM -
0 Votes
GridView in aspx page and updating of fields with currency values
I have an aspx page with gridview.Answered | 1 Replies | 1468 Views | Created by Tore572 - Wednesday, February 18, 2015 2:52 PM | Last reply by Shu 2017 - Thursday, February 19, 2015 3:44 AM -
0 Votes
Powershell with menus for updating all items or certain items with values
Hi, If want to have a menu to select items for updating, this should be done in Client Side with SharePoint Jsom, in PowerShell command, not able to build menu for ...Answered | 2 Replies | 920 Views | Created by wiki_vk - Friday, February 8, 2019 4:43 AM | Last reply by Jerry Zy - Friday, February 15, 2019 2:51 AM -
2 Votes
ListBox Items Updated every time ListBox.itemsource updated
If you set the ItemsSource to an ObservableCollection<> instead of to a List<> then the collection will fire change notifications and update the list without needing to ...Answered | 4 Replies | 688 Views | Created by MobinYaqoob - Wednesday, June 11, 2014 9:49 PM | Last reply by Rob Caplan [MSFT] - Thursday, June 12, 2014 1:33 AM -
0 Votes
update List Items
If there is an error when inserting a new record or updating you can check the returned XmlNode from the UpdateListItems method.Answered | 2 Replies | 5303 Views | Created by Aqua0b - Thursday, July 2, 2009 2:06 PM | Last reply by Aqua0b - Friday, July 3, 2009 5:39 AM -
0 Votes
Powershell update Field Value without changing version number
Instead of calling $item.Update() call $item.SystemUpdate($false); That will update the fields without incrementing he version number of the listitem.Answered | 2 Replies | 3097 Views | Created by lorrdellatorre - Tuesday, January 6, 2015 8:29 PM | Last reply by lorrdellatorre - Wednesday, January 7, 2015 1:15 PM -
0 Votes
Update List<Item> or Collection
After that, you could use this temporary table to update the destination table by using right SQL query string.Answered | 3 Replies | 909 Views | Created by Ashraf Fadol - Wednesday, March 16, 2016 11:06 AM | Last reply by Albert_Zhang - Friday, March 18, 2016 7:01 AM -
1 Votes
How to update data without updating timestamp?
If your table has a column and that column's datatype is timestamp (or rowversion), then anytime you update that row, the value in that column will change.Answered | 1 Replies | 1392 Views | Created by Nandhini.M - Tuesday, February 26, 2013 5:13 AM | Last reply by Tom Cooper - Tuesday, February 26, 2013 5:44 AM -
0 Votes
linq2sql update without updating the timestamp !
A timestamp is automatically updated by SQL Server.Answered | 1 Replies | 2862 Views | Created by Muhammad Jamal - Friday, August 17, 2012 7:27 AM | Last reply by sqlguy - Saturday, August 18, 2012 4:31 PM -
1 Votes
Update items in a list without changing the last modified date
Yes, you can edit the list item without modifying Modified date & Modified User.Answered | 1 Replies | 9915 Views | Created by Sven W - Sunday, March 6, 2011 1:16 AM | Last reply by Shantha Kumar T - Sunday, March 6, 2011 2:48 AM -
0 Votes
Updating values in a ConcurrentDictionary
To get the values as a List<T>, just call ToList().Answered | 7 Replies | 19400 Views | Created by RickBNoSpam - Tuesday, May 25, 2010 4:05 PM | Last reply by AlfredBr - Thursday, April 21, 2011 4:57 PM -
0 Votes
Update ObservableCollection with new items
So whenever any item gets added it will add to the last and notifies client(UI) that one item is added and UI gets updated.Answered | 7 Replies | 1580 Views | Created by 9112Fisher - Friday, March 6, 2015 4:09 PM | Last reply by Vineet24 - Tuesday, March 10, 2015 1:52 PM -
5 Votes
Update value in a collection
How do I update the collection?Answered | 15 Replies | 1422 Views | Created by Xaphann - Monday, January 20, 2014 5:23 PM | Last reply by Xaphann - Monday, January 20, 2014 10:59 PM -
4 Votes
Updating list item value on the ItemAdding event handler of an Item Receiver class
Hi Sharma, I ran above code but it give below exception: Invalid data has been used to update the list item.Answered | 22 Replies | 33454 Views | Created by Victor Palma - Thursday, February 5, 2009 11:50 PM | Last reply by Chintan123 - Monday, November 26, 2012 11:45 AM -
1 Votes
Not able to update Wiki Page's Categories.
The category value in wiki page is stored in a Managed Metadata field called "Wiki Page Categories", if you want to clear the category ...Answered | 1 Replies | 995 Views | Created by Milan Jain - Monday, May 11, 2015 6:49 AM | Last reply by Jerry Zy - Tuesday, May 12, 2015 9:54 AM -
4 Votes
Updating "items" on a statusbar using SynchronizationContext
Our post started with a question regarding the issue of updating items on a status strip.Answered | 14 Replies | 1059 Views | Created by scott trowbridge - Thursday, March 12, 2015 6:52 PM | Last reply by scott trowbridge - Sunday, March 15, 2015 10:46 PM -
0 Votes
Workflow to update items in another list
If you want to update the items in the list B when the value of ID column in the list A is equal to the value of ID column in the list B, after ...Answered | 5 Replies | 2040 Views | Created by illegal operation - Monday, December 21, 2015 4:59 PM | Last reply by Sara Fan - Wednesday, December 23, 2015 12:36 AM -
1 Votes
Updating a Field Value
To allow updates on a GET, set the 'AllowUnsafeUpdates' property on SPWeb.Answered | 4 Replies | 5774 Views | Created by Matthew.Smith - Monday, December 15, 2008 4:57 PM | Last reply by Moonis Tahir - Tuesday, December 16, 2008 7:25 PM - Items 1 to 20 of 2439546 Next ›
No announcements