Browse by Tags

All Tags » ASP.NET » Silverlight (RSS)
Now, I want to do something a bit more dynamic. How about we call a web service, get some dynamic data back, and render something based on that data? In this post, I will build a simple example in order to clearly illustrate the concepts. But at the end...
Putting a Silverlight viewer on a web page is a lot of work. You have to import the Silverlight.js file (and make sure it's deployed to the web server), create a div to contain the viewer, and write some Javascript code to call Silverlight.createObject...
Filed under: ,