Click here to Skip to main content
15,887,827 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Silverlight 3 OOB on Mac! Pin
Nader Elshehabi10-Aug-09 3:02
Nader Elshehabi10-Aug-09 3:02 
GeneralRe: Silverlight 3 OOB on Mac! Pin
Mike Marynowski10-Aug-09 3:39
professionalMike Marynowski10-Aug-09 3:39 
QuestionWPF DatePicker Pin
Member 407081510-Aug-09 0:09
Member 407081510-Aug-09 0:09 
AnswerRe: WPF DatePicker Pin
Mark Salsbery10-Aug-09 10:36
Mark Salsbery10-Aug-09 10:36 
GeneralRe: WPF DatePicker - Please see this too Pin
Member 407081511-Aug-09 19:19
Member 407081511-Aug-09 19:19 
GeneralRe: WPF DatePicker - Please see this too Pin
Mark Salsbery12-Aug-09 7:11
Mark Salsbery12-Aug-09 7:11 
GeneralRe: WPF DatePicker - Number of week Pin
Member 407081513-Aug-09 17:45
Member 407081513-Aug-09 17:45 
QuestionHow to get the return value from a service in silver light Pin
Nekkantidivya9-Aug-09 22:08
Nekkantidivya9-Aug-09 22:08 
Hi,

I am working on silverlight aplication. In this I used a WCF service. In this service I have a method like this:

public Array AdRotatorFilesList()

By using this service I need to get the Array value in to the array in my silverlight application. For this I wrote code like this:

Service1Client objt1 = new Service1Client();
objt1.FilesListAsync();
objt1.FilesListCompleted += new EventHandler<FilesListCompletedEventArgs>(DisplayResults);

void DisplayResults(object sender, FilesListCompletedEventArgs e)
{

string[] img= e.Result;

}


For this I am getting an error like this:

cannot implicitly convert System.collection.objectmodel. observablecollection<object> to string[]

If have any idea to get the return value of the array from the service to silver light application, please reply me.


Thanks in advance.
AnswerRe: How to get the return value from a service in silver light Pin
Pete O'Hanlon9-Aug-09 22:20
mvePete O'Hanlon9-Aug-09 22:20 
QuestionHow to save image in a folder in silver light Pin
Nekkantidivya7-Aug-09 19:38
Nekkantidivya7-Aug-09 19:38 
AnswerRe: How to save image in a folder in silver light Pin
Michael Sync8-Aug-09 6:19
Michael Sync8-Aug-09 6:19 
AnswerRe: How to save image in a folder in silver light Pin
Jeremy Likness13-Aug-09 5:34
professionalJeremy Likness13-Aug-09 5:34 
QuestionBinding to a property of the page in XAML Pin
gantww7-Aug-09 15:01
gantww7-Aug-09 15:01 
AnswerRe: Binding to a property of the page in XAML Pin
Michael Sync8-Aug-09 6:15
Michael Sync8-Aug-09 6:15 
GeneralRe: Binding to a property of the page in XAML Pin
gantww10-Aug-09 16:48
gantww10-Aug-09 16:48 
GeneralRe: Binding to a property of the page in XAML Pin
gantww10-Aug-09 17:05
gantww10-Aug-09 17:05 
GeneralRe: Binding to a property of the page in XAML Pin
Mark Salsbery11-Aug-09 5:53
Mark Salsbery11-Aug-09 5:53 
QuestionBind variable number of columns in ListView Pin
Jack Valmadre7-Aug-09 12:01
Jack Valmadre7-Aug-09 12:01 
QuestionHow awesome would it be if... Pin
Mike Marynowski7-Aug-09 6:40
professionalMike Marynowski7-Aug-09 6:40 
JokeRe: How awesome would it be if... Pin
Super Lloyd7-Aug-09 15:34
Super Lloyd7-Aug-09 15:34 
GeneralRe: How awesome would it be if... Pin
Mike Marynowski8-Aug-09 4:36
professionalMike Marynowski8-Aug-09 4:36 
GeneralRe: How awesome would it be if... Pin
Pete O'Hanlon8-Aug-09 5:55
mvePete O'Hanlon8-Aug-09 5:55 
GeneralRe: How awesome would it be if... Pin
Mike Marynowski10-Aug-09 1:46
professionalMike Marynowski10-Aug-09 1:46 
GeneralRe: How awesome would it be if... Pin
Pete O'Hanlon10-Aug-09 1:58
mvePete O'Hanlon10-Aug-09 1:58 
GeneralRe: How awesome would it be if... Pin
Mike Marynowski10-Aug-09 2:00
professionalMike Marynowski10-Aug-09 2:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.