Link to home
Start Free TrialLog in
Avatar of davidsheardown
davidsheardown

asked on

A Simple example of getting remote XML into SIlverlight and Bind to a control

I have played around with Silverlight a little, and I realise there are some shifting changes going on ready for the release of Silverlight 2.0.

Some examples seemed to show getting data back to Silverlight to bind to say combo boxes/listboxes etc...
I can see examples using web services, although I cannot use that method.

I need an example to show the "plumbing" of getting remote XML back to Silverlight using VS2008 or Blend 2.
I have an ASP.NET ASHX page which simply returns an XML string, and I want to use that XML in silverlight.

I also want to do the reverse and send data back to the server... but that can wait if necessary.
ASKER CERTIFIED SOLUTION
Avatar of adler77
adler77
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of davidsheardown
davidsheardown

ASKER

Hey thanks.. I did come across this example a week or two back, although sort of dismissed it because, as you mentioned, it seemed to just create XAML... obviously I didn't look closer!

Thanks for this!