I have开发者_运维技巧 a Silverlight 4.0 application that is making RESTful calls to an MVC3 application using the Hammock API on the client to issue the RESTful service codes.
I was wondering if there was a way to share a listbox on the same page. B开发者_如何学JAVAasically, I have a listbox that is bound to a collectionviewsource.I also have 5-6 pivot controls that will u
I have a silverlight application which fetches data from a WCF Service hosted under a Windows Service. I have enabled Windows Authentication on this WCF service using the below in my App.config.
I\'m loading images dynamically onto a Canvas based on some data I receive from the back end. I have a data structure that looks like this:
ComboBox Issues are back. My application is in Silverlight with C#.Net code(VS2010). I have three ComboBoxes.
Is there any control which can be used to display the image on the form in Silverlight 4. if yes how can i use the control and if not what can i do to show开发者_运维问答 a image on my form.
i\'m new at silverlight and i\'m experimenting with it right now. I have the following xaml: <Grid Background=\"#FF06EFEF\" Width=\"280\">
I have several textbox , what i want to do is some fields supposed to fill with for example Arabic and some with English , users of my webapps all have both languages added in windows keyboard i menti
I am using silverlight rich text box for capturing description for certain entities. One of the requirement is that user should be able to copy data from web pages (Internet) and paste inside the rich
I have silverlight application developed in Silverlight Version: 4.0.60531.0. In one page i have 2 datagrids. I have enabled DataGridDragDropTarget for both the datagrids.