views:

248

answers:

0

Hello,

background: very new and limited knowledge on C# / Silverlight / .Net RIA Services

Situation:

I have a function in my Domain Service Class, which by calling a function in a Referenced DLL builds an ArrayList. But due to inability to pass ArrayLists to silverlight when using RIA Services i cast it and return a List to the client/Silverlight side instead. Now i have to bind the result of this function to a comboBox. And i will be honest when i say my lack of knowledge in C# and .Net is making it difficult for me to figure out what to do. :)

Does anyone know of a well defined tutorial or resources on how i could dataBind the result of above explained function, to a comboBox in a silverlight project, using RIA Services?

Thank you in advance,