No announcements
Found 3933894 threads
-
8 Votes
How to delete list items?
I tried the ListBox1.Items.RemoveAt(ListBox1.SelectedIndex) but it didn't work.Any other ideas of how to delete the selected item of a list?Answered | 4 Replies | 822 Views | Created by John Ap - Saturday, November 16, 2013 6:38 PM | Last reply by Piotr Jabłoński - Friday, November 22, 2013 6:03 PM -
0 Votes
deleted item from list but search still finds it
thank you, Kamil.Answered | 2 Replies | 3376 Views | Created by mhoran - Monday, March 12, 2012 4:13 PM | Last reply by mhoran - Monday, March 12, 2012 5:27 PM -
0 Votes
How do you permanently delete trash in the deleted items folder?
Right click Deleted Items and select Empty Folder (if it is Outlook you are talking about).Answered | 2 Replies | 1544 Views | Created by G-W - Monday, July 21, 2014 6:20 PM | Last reply by Olaf Engelke - Wednesday, July 23, 2014 8:37 AM -
1 Votes
how to delete a list view item
You can use ListViewItems class to delete all items or a specific item.Answered | 1 Replies | 3353 Views | Created by Captain Kevin - Wednesday, February 22, 2012 7:49 AM | Last reply by Robin_Yang - Wednesday, February 22, 2012 8:42 AM -
0 Votes
how do i find out the same items in a list
For only one column, ( for title by instance ) you should set it as unique value Next to check existing items ...Answered | 4 Replies | 779 Views | Created by 20004 - Tuesday, May 19, 2015 4:18 PM | Last reply by Dyung Ngo - Thursday, May 21, 2015 2:17 AM -
1 Votes
Find Details about deleted items
You must be auditing enabled to find the deleted items in SharePoint server.Answered | 2 Replies | 669 Views | Created by Virender Gupta - Thursday, October 20, 2016 2:26 PM | Last reply by Andres parnova - Friday, October 21, 2016 7:56 AM -
19 Votes
How do you REMOVE or DELETE Items from Recent Projects list in VS2005 RC?
Why not whip up an add-in for VS that gives you a quick delete item/clear list/reorder list option?Answered | 47 Replies | 64886 Views | Created by yousaid - Monday, October 24, 2005 1:53 PM | Last reply by Slotware - Tuesday, November 23, 2010 7:14 PM -
0 Votes
Deleting SP List items
0; x--) { list.Items[x].Delete(); }Answered | 6 Replies | 3712 Views | Created by Shubho_Simple - Friday, July 6, 2012 1:22 PM | Last reply by Shubho_Simple - Thursday, July 12, 2012 7:36 AM -
1 Votes
Custom List Item deletion
Hi, If you want to use client side solution to delete list item automatically, agree with Naddeem, you can create a console ...Answered | 8 Replies | 1086 Views | Created by Rashid Muhammad - Monday, March 2, 2015 8:28 AM | Last reply by Jerry Zy - Tuesday, March 3, 2015 10:43 AM -
0 Votes
How to delete and add items to a SharePoint list in VB?
use ProcessBatchData method of SPWeb , it is faster. here is the link that is showing how to delete documents from a document library. but you can use the same code for ...Answered | 2 Replies | 4575 Views | Created by Stewx - Wednesday, July 8, 2009 3:53 PM | Last reply by Stewx - Monday, August 10, 2009 5:29 PM -
0 Votes
Delete sharepoint list items
How mind blowing is that?Answered | 3 Replies | 3893 Views | Created by Sasha V - Tuesday, April 24, 2012 1:18 PM | Last reply by Phil Jirsa - Tuesday, April 24, 2012 6:50 PM -
0 Votes
delete list items programatically
Just check in your foreach whether the ID's match those you want to delete.Answered | 9 Replies | 3983 Views | Created by Praveenrangu - Wednesday, February 8, 2012 10:22 AM | Last reply by GuYuming - Friday, February 10, 2012 9:54 AM -
0 Votes
How to delete custom list items programmatically?
Is that possible to delete all the list items using CAML query?Answered | 15 Replies | 26806 Views | Created by G Vijai Kumar - Monday, June 22, 2009 3:12 PM | Last reply by Praveen Mandalapu - Monday, September 27, 2010 8:15 AM -
1 Votes
Is there a way to find out the deleted list items from SPList?
Can I get a code sample to see how to query recycle bin??Answered | 5 Replies | 5005 Views | Created by Amrita Singh - Tuesday, December 23, 2008 11:54 AM | Last reply by Amrita Singh - Wednesday, December 24, 2008 3:17 PM -
1 Votes
How do i find the current open meeting item is cancel meeting item or deleted meeting item?
That would tell you if it was canceled.Answered | 1 Replies | 945 Views | Created by SelvaOnline - Wednesday, April 3, 2013 6:51 PM | Last reply by Ken Slovak MVP - Wednesday, April 3, 2013 8:19 PM -
0 Votes
Find the user who deleted the item..
Hi Vijay, In addition to Christopher, All the deleted items will be stored in Recycle bin, So you can find the all details from there.Answered | 2 Replies | 1053 Views | Created by Vijay.D - Monday, May 13, 2013 10:37 AM | Last reply by VadiveluB - Monday, May 13, 2013 10:50 AM -
0 Votes
Delete items in the Error List
To do this I am using an ErrorListProvider to put the check in violations inside the Visual Studio Error List.Answered | 2 Replies | 4185 Views | Created by amartinez - Friday, December 10, 2010 4:17 PM | Last reply by amartinez - Wednesday, December 15, 2010 8:31 AM -
0 Votes
Delete multiple list items
If you retrieve the SPSite or SPWeb object from the SPContext.Current please do not use the using-statement or Dispose your objects manually.Answered | 5 Replies | 4728 Views | Created by Sasha V - Monday, March 19, 2012 1:22 PM | Last reply by Alain de Klerk - Monday, March 19, 2012 4:02 PM -
0 Votes
Sharepoint List Items Deletion
Hi Venkata, Within the eventhandler, remove the permissions for the deleted item (break role inheritance) ensure that only the administrator have privileges to the ...Answered | 5 Replies | 2235 Views | Created by Venkata Ratnam - Sunday, February 24, 2013 12:12 PM | Last reply by Paramesh Vuppala - Wednesday, March 20, 2013 3:25 PM -
50 Votes
How do I delete Product Backlog Items or Work Items?
how do you know it answers the question?Answered | 18 Replies | 57055 Views | Created by Rui Ribeiro da Silva - Tuesday, October 11, 2011 2:17 AM | Last reply by Yann Duran - Sunday, February 15, 2015 11:20 PM - Items 1 to 20 of 3933894 Next ›
No announcements