I have a Page that has three child UserControls. I set the DataContext viewmodel resource in the parent Page and the three child controls reference the parents DataContext because all 3 child user con
I have a ViewModel for a \"parent\" control which displays two grids. The first grid has parent information and the second grid displays the related children for the selected parent.
I have the situation that my Silverlight app thinks I had the US culture, hence the whole date and time formating is not set correctly to UK.
I have come across a difficult situation in my silverlight app. My client has to retrieve once three lookup tables from the Service.Once all three collections are fully retrieved the application shall
I have written a Silverlight page that acts as an Account Registration facility for an existing web application.So it gathers the users details then submits them to the server via a WCF RIA Service wh
I have been trying to serialize some json data in Silverlight.I am using the following code System.Runtime.Serialization.Json.DataContractJsonSerializer serializer = new System.Runtime.Serialization.
I currently have an issue in Silverlight where I开发者_开发百科 want to detect the change in size for an element, and react to it.However, listening with .SizeChanged is actually not sufficient, as of
Recently I came across this Pete Blois\'s behavior named Explode. This is the link :- http://blois.us/blog/2009/07/explode.html
I am working on a silverlight applica开发者_开发问答tion and I want add Image source through Code behind
I need validate textb开发者_开发问答ox. range 0.0-200.0 and work with \',\' and with \'.\' How do this?Use the NumericUpDown control in the Silverlight toolkit.