Browse by Tags

All Tags » Silverlight 4 (RSS)

Passing Objects between ASP.NET and Silverlight Controls.

This is Part –2 of my previous post “ Passing parameters between Silverlight and ASP.NET – Part 1 ” In my previous post I have showed how to pass parameters between Silverlight and ASP.NET using Query Strings, Init Parameters and HtmlPage.Document. These...

Passing parameters between Silverlight and ASP.NET – Part 1

While working with Silverlight applications, we may face some scenarios where we may need to embed Silverlight as a component, like for e.g in Sharepoint Webpars or simple we can have the same with ASP.NET. The biggest challenge comes when we have to...

Free eBook on Windows Phone 7 with Silverlight

Free eBook on Windows Phone 7 with Silverlight Free book that walks through how to use Silverlight and Visual Studio to build Windows Phone 7 applications.
Posted by bmdayal | with no comments

Silverlight cross domain policy file helpers(Link Only)

http://timheuer.com/blog/archive/2008/04/06/silverlight-cross-domain-policy-file-snippet-intellisense.aspx

May 20th Scott’s Links: ASP.NET MVC, ASP.NET, .NET 4, VS 2010, Silverlight

May 20th Scott’s Links: ASP.NET MVC, ASP.NET, .NET 4, VS 2010, Silverlight http://weblogs.asp.net/scottgu/archive/2010/05/20/may-20th-links-asp-net-mvc-asp-net-net-4-vs-2010-silverlight.aspx

Working with Silverlight DataGrid RowDetailsTemplate

In this post I am going to show how we can use the Silverlight DataGrid RowDetails Template, Before I start I assume that you know basics of Silverlight and also know how you create a Silverlight Projects. I have started with the Silverlight Application...