I\'ve implemented localized validation, client-side, using the DataAnnotations attributes successfully. Now, I want to implement custom validation running server-side using the CustomValidationAttribu
Trying to build a Silverlight 4 application + website on a brand new machine and got the following error message for the website:
I am using a scrollviewer to display an Image within it. <ScrollViewer Name=\"scrollViewer1\" Height=\"500\" Width=\"500\" HorizontalScrollBarVisibility=\"Auto\" VerticalScrollBarVisibility=\"Auto
Doing something like 开发者_开发百科this doesn\'t work. foreach (Image img in Canvas1.Children.OfType<Image>())
I want to do text wrap and show a vertical scroll bar when i have more than a line of text but the text is not getting wrapped at all. this is my xaml
I am quite new in Silverlight 4 and Windows Phone 7 Development... My Requirement: // It Gives error: \'CP437\' is not a supported encoding name.
I\'m trying to figure out how to play a MP3 of a GoogleVoice voicemail item.To start, the MP3 isn\'t a .mp3 where you can just set an audio source to MediaElement.The MP3 is served via an HTTP respons
I am trying to conditionally format the numbers that appear in a NumericAxis axis for a LineSeries (from Silverlight 4 Toolkit). To be more specific, I want numbers that are >=10000 and <=0.0001 to
We have a SSRS report that accepts one date/time input parameter.We have found that the report fails when it is executed from our Silverlight clients with the following error:
I\'m trying to have a TextBox\'s content be validated using IDataErrorInfo.The source of the list below is a List and each item is display.When i put ValidatesOnDataErrors=True in the Binding for the