I have a Silverlight 4 app using EF & WCF RIA Services with a SQL DB. I have a Tasks table that I want to display in a grid or listbox and I want to do a custom grouping. The custom grouping would
I have to implement Local Messaging in our silverlight4 project. Please suggest to me some good websites,blogs and video tutorials on local messaging
I have a Button (or a hyperlinkbutton) in Silverlight. I want to open a file on a server share when this butto in clicked. With other words I want a new Browser Tab or Window to open showing the reque
I know they are many questions about Silverlight vs HTML5.(ex: Which is the future of web development: HTML5 or Silverlight(or other RIA framework)?) However those questions are nearly more than 1 yea
I\'m trying to project parts of a Display and its list of locations from a WCF Data service into a custom type. Is this doable in WCF Data Services in a Silverlight client? There is some help here, bu
I need to create a command-line program that accepts a .avi file and converts it into a .wmv so that I can display it using Silverlight开发者_运维百科.
I am developing silverlight 4 application. I am using the following listbox for dynamic binding <ListBox Margin=\"44,100,46,138\" x:Name=\"lstbox1\">
I am working on a prototype for Silverlight OOB application. To modularize the application either PRISM or MEF or both will be used. When a new version of the application is a开发者_如何学运维vailable
Is there any way to provide multiple columns in RadTreeView with column headers? I know this can be achieved using RadTreeListView, but I dont want to use that as that doesn\'t support Hierarchical开发
An image (Image class) is placed above a SMFPlayer (both elements are created in code-behind). Z-index of the image is the Z-Index of SMFPlayer + 1. The image is resized (adjusting the width) accordin