Tagged Questions
0
votes
1answer
45 views
Entering data into SharePoint lists via Silverlight forms
Morning all,
Can anyone advise me if it's possible to enter data into a SharePoint list via a Silverlight Application? if so, are there any basic steps that someone making thier steps into ...
1
vote
1answer
199 views
Checking if list exists client-side
I'm developing a Silverlight web part and can't use server-side objects like SPList. I normally get items from a list called "Locations" which has two fields - "Title" and "WOEID". The problem is I'd ...
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 ...
2
votes
1answer
3k views
Silverlight unhandled exception on AddGallery.aspx
I try to create a new list in SharePoint 2010 with AddGallery.aspx and the Silverlight app gives me
An unhandled exception occurred in the Silverlight Application
right when I click the "Create" ...
