Silverlight:Change Button Background color
It is really hard when you want to remove the gradient effect in silverlight button control using designer mode. I have struggled a lot to achieve this and finally I could solve this issue and thought...
View ArticleSilverlight:A Simple Image ZoomIn Animation
The article describes how we can create a simple Image zoom in and zoom out animation using Silverlight. The interesting thing in Silverlight is most of the animation control we can handle from markup...
View ArticleSilverlight: Consume a web service in Silverlight
Silverlight application can talk to the server via web services like ASMX web services or WCF services or REST based services. (for ex : file uploading to the server or sending emails etc.). In this...
View ArticleMultiple file uploading in Silverlight
In this article I am going to explain how we can upload multiple files in Silverlight 3.0 using OpenFileDialog class Click here to download the article Open VS 2008 and create a new Xaml file called...
View ArticleLoading User Controls Dynamically in Silverlight
When you develop Silverlight web sites you may need to change the content that’s shown in the Silverlight page programmatically, normally changing the layout controls or child controls etc.. In the...
View ArticleSimple Image Scroller Slide Show using Silverlight ListBox control
Last week I was working on a image scroll-er slide show using silverlight listbox control and it worked great and I thought I’d share this. Click here to view the live demo (images may take a while to...
View ArticleExport Data Grid to Excel in Silverlight 4.0
One of the great feature in Silverlight 4.0 is COM interoperability, now your Silverlight application can talk with Office applications using Com Automation Factory. This feature requires a trusted...
View ArticleSilverlight Integration in MOSS 2007 with out WebPart
In this article I will walk you through how you can integrate a Silverlight application in Sharepoint with out using any webpart. (Download the STP file) I will use one of my existing silverlight...
View ArticleAnimation using PathListBox control in Silverlight
The PathListBox is new control introduced in Silverlight 4.0 for listing items in a various shapes like path, circle, arc, rectangle etc. This control is similar to traditional ListBox control which...
View ArticleSilverlight Dashboard
I have found a dashboard control from Microsoft expression website (created by infragistics.com) which inspired me to create a dashboard control. Click here to watch live | Click here to...
View Article