Top "Silverlight-4.0" questions

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

how to bind width of child element to width of parent element in silverlight

I have a grid whose width is "1*". So the actual width decided at runtime I think. Within that grid I …

wpf xaml binding silverlight-4.0 width
Adding stored procedures complex types in Entity Framework

I am trying to use a stored procedure in Entity Framework that returns nothing. I did the following: Added a …

c# stored-procedures entity-framework-4 silverlight-4.0
The conversion of a datetime2 data type to a datetime data type resulted in an out-of-range?

I am working on application contains a datepicker and if I set the time in that picker to a very …

sql silverlight sql-server-2008 silverlight-4.0
how to convert System.IO.Stream into string and then back to System.IO.Stream

I have property of Stream type public System.IO.Stream UploadStream { get; set; } How can I convert it into a …

.net silverlight-4.0 iostream
Error HRESULT E_FAIL has been returned from a call to a COM component

In Silverlight 4 app; what does this error mean?: "Error HRESULT E_FAIL has been returned from a call to a …

visual-studio silverlight silverlight-4.0
How can i navigate one xaml page to another?

i have 2 page i need to navigate mainpage.xaml to login.page xaml but it throws me Object reference not …

silverlight xaml silverlight-4.0 c#-4.0
Can we concat two properties in data binding?

Can we concat two properties together in binding expression? If possible without converter or without writing two textblocks and setting …

wpf silverlight-4.0
Cannot install silverlight 4 tools on visual studio 2010 sp1

I've installed Visual Studio 2010 (fresh install), then applied the SP1. Now I've tried to install the silverlight 4 tools, but i'm …

visual-studio-2010 visual-studio silverlight silverlight-4.0
Binding to Converter Parameter

Is it possible to bind to a ConverterParameter in Silverlight 4.0? For instance I would like to do something like this …

.net xaml binding silverlight-4.0 converter