I have a browser hosted SL app. What I\'d like is simple: the app generates a document (xls, doc, jpg...), the user clicks a button, then optionally a dialog box appears whe开发者_Go百科re he needs to
In Silverlight 4, the IsReadOnly property of DataGridTextColumn seems to be no dependency property. Hence I could not bind it to a property on the viewmodel.
I have a Silverlight class library project which is referenced (project reference) in Windows Console project.
This is my DataTemplate: <DataTemplate x:Key=\"DataTemplateThemes\"> <Grid Width=\"160\" VerticalAlignment=\"Top\" HorizontalAlignment=\"Left\" Margin=\"5,0\">
Are there any free & decent word processors in Silverlight 4? Would this be feasibl开发者_JS百科e in Silverlight?
Is there a way to prevent the user from pasting the data into the password box. The requirement is that the user should not copy password from the password field to the confirm p开发者_StackOverflow社
I have a webservice and a Silverlight application. I also have a crossdomain.xml and clientaccesspolicy.xml
When using the WebClient class from a regular desktop app, I can use in using statement to ensure that the network resources are cleaned up :
As I know there isn\'t any powerful editor plugin(just RichTextArea control which requires too much work to be done and is really limited) in Silverlight whereas there are a bunch of editors available
I have 2 Resource Dictionaries Assets/Orange/Core.xaml and Assets/Grey/Core.xaml. I want to load these dynamically. The dictionary contains implicit as well as explicit styling. I have tried the stand