I started with a Silverlight Business Application project in VS 2010 and added two user controls.If I create an instance of either user control in the code behind 开发者_JAVA技巧of the main form and a
I want to give name property dynamically in the display attributes for any property. for exam: [Display(Name = \"Test\")]
How can we add security for custom message headers of WCF Service in Silverlight service. For example, I wa开发者_StackOverflownt to pass a important (authenticated) string value ( credentials) thro
I have been trying to open a file on c: drive using Isolated Storage, I tried different ways but they all give the same error, here\'s the code;
I\'m working on a Silverlight 4 WCF RIA Services app. I created a Presentation Model for my Stock entity, which is working fine. My trouble (well, one of my troubles) is when I try to databind a combo
I\'m having an issue serializing objects when sending them to my WCF services.My classes look like this.
I\'m in a tight spot with this error... I have a DataGrid with some data. Based on some other parameters defined by the user, my application loads data in the background.
I ha开发者_Go百科ve declared the following extension method: public static T FindAncestor<T>(DependencyObject obj) where T : DependencyObject
I have silverlight control hosted on web page. When I explore this control and go to some other web page, when I come back to same page using back button I want to maintai开发者_JS百科n the same state
I want to Save image to Database.The image is selected by Browsing and is loaded to Imagebox in silverlight application in C#.Net.