XAML: <navigation:Page ... Title=\"{Binding Name}\"> C# public TablePage() { this.DataContext = new Table()
I\'m using OpenFileDialog in a Silverlight 3 application (sample code below). OpenFileDialog dialog = new OpenFileDialog();
my Datagrid is: <data:DataGrid x:Name=\"dgSearchResults\" Style=\"{StaticResource dgStyle}\" Grid.Row=\"1\"ColumnHeaderStyle=\"{StaticResource dgHeaderStyle}\" >
We may not have the option to migrate over to Silverlight 4 right away, so I was wondering if anyone found a way to remove the source domain name from the window\'s title for out-of-browser Silverligh
I want to write some test开发者_如何学Gos that involve communicating from javascript from Silverlight and I want to know if it is possible to inject javascript at runtime?
I have this: <Canvas x:Name=\"LayoutRoot\" KeyDown=\"LayoutRoot_KeyDown\"> &l开发者_JAVA百科t;/Canvas>
I\'m probably overlooking something that will be obvious when I see the solution, but for now... I am attempting to use a custom cursor inside the chart area of a Toolkit chart.I have created a Contr
How can开发者_JAVA技巧 we store user information in session in silverlight, mean how to handle it?As mentioned, Silverlight maintains application state, unlike a traditional ASP.NET application where
How can I 开发者_开发知识库play a wav file in Silverlight 3?You might want to check this MSDN blog article
I\'m doing a project. I\'m not going to details but I will simplify my idea.I\'m using Morse Code ( dot and dash) and I have 2 methods: convert_MorseToChar()and Convert_MorseTonum(). In the convert_Mo