I\'m building a Silverlight 3 application, and I\'m wondering what is the best way to store string text for use by the application.
I have a Grid with various child elements like Grid, Stackpanel, Image...Is it possible to round the corners of the grid in a way that crops ALL of the contents? Additionally, the root Grid can vary i
I want to add a behaviour to a TextBlock in silverlight 3. I have a behaviour class in a c# file in a different project than my xaml file within my solution.
Maybe it is a simple question, but I can’t find the answer. I have three User controls that are different only with colour. There is code one of them:
I\'m modifying the default \'ChildWindow\' style and I\'d like to specify a different image than the \'X\' that is there by default.I\'ve tried various things, like hooking into the OnApplyTemplate an
How would i display an image in my silverlight d开发者_运维技巧atagrid from the database using WCF please help.
I\'m using silverlight3 and vb.net..I want to pass the va开发者_运维百科lue from Default.aspx to my App or Main page. I wrote the code in my default.aspx page which it is returning the local ip addres
I have Asp.Net MVC application I have added Silverlight web app inside one of View Page of MVC. In my Silverlight app I have images that slides inside Border after a certain number of milliseconds.
I am trying to consume the WCF services using Silverlight application in Sharepoint. It\'s going to display all the data from a list in a grid. Somehow it is throwing a error.
I have a class with an Image property: ... public Image m_coverImage; public Image CoverImage { get { return m_coverImage; }