I\'m using Silverlight 3 with RIA Services without DomainDataSource. When binding to a PagedCollectionView (or ObservableCollection) in a MVVM the Dirty State on the Dataform doesn\'t come up (the as
I\'d like to know how to set a custom property of a custom user control by calling a methodthat would serve as \"data provider\" for that 开发者_Go百科property.
I have a WCF RESTful service using the WebHttpBinding and I want to know if I can use this in Silverl开发者_StackOverflow社区ight 3 without any modifications?You can make HTTP requests from a Silverli
I am new to silverlight and stuck with a problem. I am trying to find out the coordin开发者_如何学运维ates of a treeviewitem. Can someone help me out?I have found a way to get the coordinates.
I\'m developing an three layer ASP.NET application with C# and Visual Studio 2008 SP1. I\'m using WebForms.
What steps does it take to download a Silverlight 4 application to Silverlight 3. I can\'t develop any longer with Beta 4 and made a wrong assumption that V开发者_如何学JAVAS2010 RC would be able to
I have a Silverlight 3 project.I have a textbox that is TwoWay data bound to an 开发者_JAVA百科object.If the user wants to cancel the changes that they made to the textbox, what is the best way to und
I have a Silverlight 3 application containing six custom user controls. I\'d like to load the colour scheme for these controls from an external resource.
In a Silverlight 3 project I am using mouse left button down event on a border control but found out that the event is raised even when I click the button slightly outside the border like 5-10 pixels.
i have a textbox in a UserControl, 开发者_JAVA技巧 i created a property in the UserControl, i want to bind the textbox text property to the property created in the usercontrol.