The AutoCompleteTextBox is a great tool in Silverlight to allow you to provide relevant information to your users as they are typing as seen below: But there are a few issues with this control Pretty much every sample on the net uses the code behind to do the heavy lifting and not binding It will not...
Today I ran into a very odd issue when trying to reload the Silverlight Image Control with a new image which happened to have the EXACT same URL as the previously loaded image. See in our application we provide a way to upload an image and also allow the user to not simply create a new image but rather...
***** UPDATE ***** If you would like to see a video on this topic check out Episode 194 @ Dimecasts.Net ******************* When building out a Silverlight application (or WPF application for that matter) the MVVM pattern is the pattern of choice for most projects I am aware of. When using MVVM...
One of the great features (also one which is not fully implemented in my opinion) is the backstack in WP7. The idea of the back stack is that when you navigate away from a page that page is pushed to this stack so that when the user hits the back button (or it is done via code) the previous page...
Today I was working on a Silverlight 4 side application and for some odd reason my breakpoints were not being hit when I was debugging. I took what I thought were the right steps to resolve the issue. I … Killed the development web service Killed and restarted Firefox (3.6.4) Killed and restarted...