I have a Silverlight client that calls WCF services on the IIS Web server. It uses the default basicHttpBinding settings to call. My client code has the option to use the “Update Service Reference”
Tag: Silverlight
Automatic tab in Silverlight 3
I need to be able to automatically tab from a control to the “next control” in an SL3 application. For example, the TextBox is limited to 3 characters-when typing the third character, the focus It
WPF – Silverlight error: AG_E_UNKNOWN_ERROR
When running my Silverlight project, I get an AG_E_UNKNOWN_ERROR. The project is ported from WPF and I can collect it on the web, I think it is invalid with my XAML The content is about
Edit
Silverlight – How to limit the value of the slider change event?
I have a slider and the value change forces a fairly strict calculation, so I want to limit it to trigger actual events, such as 50ms passing, when the user finishes sliding it.
Although I ha
Silverlight DataForm MVVM Command Bind Update
I am new to MVVM and Silverlight, I just want to figure out a simple scenario.
I am using MVVM Light toolkit and no Expression Blend Silverlight 3.0.
I have a DataGrid and a DataForm bo
Silverlight – How to set targetnullValue to Visibility.collapsed in Binding
I bind TextBlock.Visiblity to something and I want to set Binding.TargetNullValue to Collapsed, how can I do this in XAML?
This How do I set TargetNullValue to a date? does not work in Silver
Let you be more interested in Silverlight – Silverlight 1.0 Fire Starter
Summary: Make you more interested in Silverlight – Silverlight 1.0 Fire Starter
如果你对Silverlight 感兴趣,或者想了解更多,这个网站值得看看:
原文:大专栏 让你对 Silverlight 更感兴趣 — Silverlight 1.0 Fire Starter
Can SilverLight contain ActiveX?
Hello, thank you!
I am trying to access the USB port from a Silverlight application. Since Silverlight is running in a sandbox, this operation cannot be performed.
Is it possible to run
WCF – Silverlight fault
I tried to make the WCF Silverlight fault work as follows:
MSDN aricle
After adding the SL fault to my Web.config file, I Received the following warning:
The element’behavior’ has inv
Silverlight-4.0 – MVVM and NavigationService
One of the many benefits of implementing any pattern is the separation of concerns between different layers in the application. In the case of Silverlight and MVVM, I think NavigationService belong