Designing a PopUp in Silverlight
Designing a PopUp in Silverlight is one of the common tasks in Silverlight Application Development. Let's see a code snippet that can help you do that in fe...
Designing a PopUp in Silverlight is one of the common tasks in Silverlight Application Development. Let's see a code snippet that can help you do that in fe...
I've been asked this ample times at my work place - how to implement a zoom in/out effect on any Silverlight Control. So let us take an example:- You have yo...
Code# 2103 Invalid or malformed application: Check manifest Now what does that mean? This is not easy to interpret, but is very easy to fix :) This error pop...
By default the IIS on Vista would not be configured. And while publishing using VS 2008, you might face error such as "IIS 6 Metabase and IIS 6 Configuration...
Instantiate a FileInfo object with the full path as constructor arg. Then simply call FileInfo.Extension and you will get just the extension of the file. F...