MOSS 2007:
I have a Silverlight control that reads in data from a custom SharePoint list. At SharePoint, users may upload an attachment file, specifically in .pdf formats. In the Silverlight application, i have Page.xaml and ThumbnailDetails.xaml. On load, Page.xaml
displays a listbox of custom list items, where i may select any one & load its related information on ThumbnailDetails.xaml.
So how may i actually reference the PDF file uploaded by users and display the clickable link on ThumbnailDetails.xaml? Currently im using lists.asmx tgt with CAML queries @ Page.xaml.cs
Thank you!