No announcements
Found 2723875 threads
-
3 Votes
how to detect a new item added to a list(T)
If you aren't using WPF then something like this might help: Public Class myList(Of T) Private _lock As New Object Private _list As New ...Answered | 5 Replies | 573 Views | Created by karimdotnet - Saturday, June 27, 2015 12:05 PM | Last reply by Reed Kimble - Saturday, June 27, 2015 7:05 PM -
0 Votes
Get 5 last items of an List<>
If this is straight IEnumerable & LINQ, you can use OrderByDescending and Take: List<Actu> query = res.OrderByDescending ...Answered | 3 Replies | 1471 Views | Created by renatois - Thursday, June 13, 2013 4:42 PM | Last reply by Mahesh.Nalam - Friday, June 14, 2013 3:05 AM -
0 Votes
Add item to list - just adds the last item
SPList list = ...Answered | 2 Replies | 719 Views | Created by DevDiver - Wednesday, July 30, 2014 5:15 PM | Last reply by DevDiver - Wednesday, July 30, 2014 6:05 PM -
2 Votes
Detect mouse leaving from a list view item
Using MouseLeave handler would not solve the problem as I want leave event for individual list view items not the entire list view.Answered | 6 Replies | 5409 Views | Created by Mohit Jain - Wednesday, October 8, 2008 10:39 AM | Last reply by chukrum47 - Friday, October 10, 2008 10:40 AM -
0 Votes
How i sort a List<string> so the last item added will be the first ?
Then when you add new items instead of adding them to the end of the list use InsertAt(0) to put new items at the beginning so you don't have to sort every ...Answered | 4 Replies | 3283 Views | Created by Chocolade1972 - Sunday, June 22, 2014 1:24 AM | Last reply by Joel Engineer - Sunday, June 22, 2014 9:30 AM -
1 Votes
How do i get last created list item in a visual webpart
Hi, We can do as follows: 1.Add a gridview in your visual web part which is used to display all fields of the last item.Answered | 3 Replies | 2038 Views | Created by aleeza - Thursday, November 21, 2013 5:49 PM | Last reply by Dennis Guo - Monday, November 25, 2013 2:09 AM -
0 Votes
Check last status of Sharepoint list item workflow
Hi Nitin, listItem.Workflows[0].IsCompleted will take only the current workflow staus of the item, and not the last run status of workflow.Answered | 5 Replies | 9584 Views | Created by Shailesh_Kumar - Thursday, May 10, 2012 6:56 AM | Last reply by Qiao Wei - Monday, May 14, 2012 8:23 AM -
0 Votes
How to scroll to last item in a GridView in store app
Then at that time I was expected that the list will scroll to the end but in Fact nothing happen.Answered | 3 Replies | 513 Views | Created by wakefun - Wednesday, August 12, 2015 8:19 AM | Last reply by wakefun - Thursday, August 20, 2015 11:03 AM -
3 Votes
How to console.writeline the last line of a List<> c#
As I am new I took smaller steps and asked how to console.WriteLine the last line.Answered | 7 Replies | 5011 Views | Created by CuriousCoder79 - Wednesday, April 19, 2017 7:06 PM | Last reply by Kareninstructor - Thursday, April 20, 2017 10:54 AM -
2 Votes
How to add an item in the list of array
I don't think the last line is right?Answered | 21 Replies | 1368 Views | Created by Titanium man11 - Tuesday, December 31, 2013 3:51 PM | Last reply by tommytwotrain - Tuesday, December 31, 2013 7:27 PM -
3 Votes
how to detect when items added to combobox?
Hello Vallarasu, Therefore, perhaps you could achieve that using a separate list, intercepting every adding action..Answered | 8 Replies | 3960 Views | Created by VallarasuS - Monday, August 16, 2010 5:06 PM | Last reply by Fábio Franco - Wednesday, August 18, 2010 1:14 PM -
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 | 815 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 -
1 Votes
How to display 'Last Updated by' or 'Last Posted By' column in SharePoint Discussion List View List?
Then add following Action: "Set Last Posted By to Created By" Because every time a new item has been added that will be the ...Answered | 7 Replies | 9649 Views | Created by James8146325 - Monday, December 3, 2012 8:43 AM | Last reply by Kelly Chen 2012 - Wednesday, December 5, 2012 7:21 AM -
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 | 9734 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 -
1 Votes
Detect if a MDIchild is the last MDIchild
I'm programming in C# too now, so unless this thread hsould be moved; "Count" doesn't exist in c#, how would I do it?Answered | 4 Replies | 3626 Views | Created by Jazzimus Prime - Thursday, April 28, 2011 2:49 PM | Last reply by Mike Feng - Friday, May 20, 2011 1:48 AM -
1 Votes
Programmatically update Last Modified Date on the Sharepoint 2010 page and list items
item[SPBuiltInFieldId.Modified] = DateTime.Now; After opening discussion item, on top of each discussion "Edited:" is placed in stead of ...Answered | 3 Replies | 17900 Views | Created by Nilkanth Telang - Tuesday, February 8, 2011 3:41 AM | Last reply by Eyor - Tuesday, July 15, 2014 8:29 PM -
0 Votes
can i detect in an ssrs footer that this is the last footer?
Right click the textbox or item you want to hide in your footer and go to properties.Answered | 1 Replies | 1038 Views | Created by db042190 - Friday, August 7, 2020 9:11 PM | Last reply by Zoehui-MSFT - Monday, August 10, 2020 5:57 AM -
0 Votes
Files or Items Last Accessed Date
Hi IDEASIT, If you want to get the list of all file or items last modified time, there is a PowerShell script which is intended to get the ...Answered | 4 Replies | 4264 Views | Created by Deena Abbas Ali - Monday, June 6, 2016 10:02 AM | Last reply by Linda ZL - Tuesday, June 7, 2016 6:30 AM -
0 Votes
Read and unread list items
Apart from using a web analytic tool that can show you how many times a page was requested, you could have a control that sits on the blog page that logs the number of times it was requested, ...Answered | 3 Replies | 6833 Views | Created by s3rgy0 - Thursday, October 16, 2008 7:52 AM | Last reply by Stuart Starrs - Thursday, October 16, 2008 8:55 AM -
3 Votes
how to implement Item level permission in sharepoint list.
They'll show/hide the item, but the user could still navigate to the item directly.Answered | 3 Replies | 4814 Views | Created by Krishna_2011 - Friday, January 27, 2012 1:29 PM | Last reply by Christopher Harrison - Saturday, January 28, 2012 12:11 AM - Items 1 to 20 of 2723875 Next ›
No announcements