I have the following situation: My WP7 app has a login screen, where it executes the following lines of code:
I want to validate my text fields and the text fields should not allow << < > ( ) { } [ ] ? & * ~ ` ! # $ % ^ = + | \\ : \' \" , ;
I have the following situation: public class EbookPhotoSummary : ContentControl { ... #region Construtores
The SL3 DataGrid has a download XLS column to download the details of the record in Excel format. On click of the Download button, first the user is prompted with a SaveFileDialog to select the file a
This is probably an easy one... I have a Listbox with a ContextMenu embedded in it, and every time the ContextMenu appears, the Listbox changes its background to opaque black. How do I prevent this fr
I am new to silverlight development and struck on the followin开发者_开发知识库g problem. I am trying to add silverlight 3.0 toolkit in visual studio 2008 on my windows 7 machine .While browsing to
07-06-2011 4:34 AM | LINK Hi, We are facing a problem in Silverlight 3 with the placement of TabItem in the TabControl. We have a maximum of 9 tabs to be displayed. But the problem is that for differ
Through the infrastructure we\'ve built, there is a command attached to开发者_开发知识库 a button, and through it\'s event handler, we get a reference to the button.
I have a page where I want to display images in a control Template. For this I only get the Image name to show. So I am using a converter to return BitmapImage like this:
Is there an easy to to programmatically force a uielement to validate in Silverlight 3? I have a textbox where i bind a Silverlight.Validators.RegexValidator to, unfortunately the validator checks ag