Tagged Questions
0
votes
0answers
118 views
Get unique values from a list column to display in the view
Sharepoint 2010 - I have a country lookup column wherein multiple values can be selected and is linked to another column (Region column) linked to another list. As it is the Region duplicates when ...
0
votes
1answer
41 views
How to make faster readable elements from the list?
I have an ASP Calendar, which shows elements from the list. If I try to bind the elements to the list, there are a lot of elements for example 35 429 elements. It takes up to 4 minutes to load this ...
0
votes
0answers
24 views
Link SharePoint and WebCenter through portlet?
I know there is a way to link a document library to Webcenter through something called a portlet. (Example walk through can be found here: ...
2
votes
3answers
643 views
Update column status based on time
I'm creating a SharePoint 2010 application called HR Learning And Development. Basically it's an application to manage every employee trainings. Much like a college environment. I have a SharePoint ...
1
vote
3answers
2k views
SharePoint List items being used in an ASP Repeater
If I am returning items from a SharePoint list is there anyway that I can store the values in an array or a list to use them in an ASP Repeater? I would have 4 values that would need to be stored (the ...
0
votes
2answers
2k views
How to read from a list using Silverlight and the SharePoint 2010 Client Object Model?
I am attempting to write a simple Silverlight webpart that reads information from a list and then outputs it to a data grid. I can get all of the lists, their titles and their field titles fine but ...
0
votes
1answer
709 views
REST Services - List vs Document Library
I developed a custom ASP.NET application where I retrieve/update list and document library items using REST. It works perfectly fine locally but when I deploy it to a web server it doesn't work the ...