Top "Silverlight-3.0" questions

Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications.

How to dismiss a popup in Silverlight when clicking outside of the control?

In my Silverlight UI, I have a button that when clicked pops up a control with some filtering parameters. I …

c# silverlight silverlight-3.0 event-handling popup
Silverlight Bind to inverse of boolean property value

I want to bind a controls visibility to inverse of boolean property value. I have a property CanDownload, if it …

silverlight silverlight-3.0
How do you set CacheMode on an element programmatically?

Silverlight 3 introduced the CacheMode parameter on elements. Currently the only supported format is BitmapCache. In XAML this value can set …

c# silverlight silverlight-3.0
Does Silverlight 3 have access to local file system, Open Excel, and print reports?

I was wondering if Silverlight 3 can be used to create line of business applications where I can use file import/…

wpf silverlight silverlight-3.0
Silverlight checkbox two way binding not working as expected

I have simple issue setting a two-way databinding of a checkbox in Silverlight 3.0. It must be a no-brainer but probably …

silverlight data-binding silverlight-3.0 checkbox silverlight-2.0
Error: The project type is not supported by this installation

I'm trying to open a silverlight project in Visual Studio 2008 and getting this error. The project type is not supported …

visual-studio visual-studio-2008 silverlight silverlight-3.0
Silverlight, DataPager, RIA Services, and smart paging

I'm still trying to get my feet on the ground with Silverlight and RIA Services, and of course starting with …

silverlight-3.0 wcf-ria-services datapager
Silverlight 3.0 : How do I get grid children by x:Name?

Let's assume that I've got XAML representing a Grid with some children in it, each child is a different control, …

silverlight-3.0 grid
Which dll has 'BusyIndicator' for silverlight?

I have installed Nov '09 silverlight 3 toolkit. Referenced System.Windows.Control from C:\Program Files\Microsoft SDKs\Silverlight\v3.0 Libraries\…

silverlight silverlight-3.0 busyindicator
Possible to programmatically add User Control to Silverlight Grid Column?

I have a User Control that I need to programmatically add to a Silverlight Grid t a specified Row and …

silverlight silverlight-3.0