Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
this my code which select all items
I want to creat list which return 4 items or any number that i want to insert .not all items
Hi Mohamed,
Try to use .Take(int amountOfItems) method.
http://msdn.microsoft.com/en-us/library/vstudio/bb503062(v=vs.100).aspx
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
List return only last 4 items
this my code which select all items
I want to creat list which return 4 items or any number that i want to insert .not all items
Hi Mohamed,
Try to use .Take(int amountOfItems) method.
http://msdn.microsoft.com/en-us/library/vstudio/bb503062(v=vs.100).aspx
is working on a reply...