Does the end us开发者_运维知识库ers need to have .NET 3.5 or .NET 4.0 installed on their machines in order to run Silverlight 3 or 4 applications from within IE?Nope but he need to install the runtime
I am using a custom default button attached behaviour (as defined here: Silverlight 4 Default Button Service).
Below is the code i used to consume web servcie in SilverLight. private void button1_Click(object sender, RoutedEventArgs e)
I\'m developing a Windows Pho开发者_如何学Pythonne application. I have a phone page with a big textblock and a picture inside on a stackpanel. Because the textblock is big the picture isn\'t visible.
I\'m developing a Windows Phone application. I have defined this on App.xaml: <nav:UriMapping Uri=\"/Destinations\" MappedUri=\"/Views/Tourism/Common.xa开发者_高级运维ml?Type=1\"/>
I am new in Silverlight. Wh开发者_如何学运维en I add some control to my xaml file with Visual Studio it set controls name with Name property, but there is also x:Name.
I am in little trouble with this problem. I have made a DataGrid and it have DataTemplate Columns. here is the XAML for that
I\'m developing a Windows Phone application. I make the question here because I think a silverlight question.
I am using media player. I want to know that how large of a file can be played in media player. Please also tell me that what is difference between media element and this media player.
Here I am new to Silverlight and I have to implement a video player in asp.net with C# , I found some article about video player and media player. I am implementing according the tutorials but the tha