I am using SL4 and RIA Services to build a new solution based on the Silverlight business application template. Since I am still developing, I just use localhost.
Submit operation failed. The
I am using SL4 and RIA Services to build a new solution based on the Silverlight business application template. Since I am still developing, I just use localhost.
Submit operation failed. The
I am confused…If there is no proper support for WCF binding, how does MS release two versions of Silverlight? Should they at least not support wsHTTP binding? Can the service have appropriate mes
The above code is the ItemTemplate of my ItemsControl. All the Radiobuttons I want to instantiate should behave as if they are in a group. I know the reason, because the generated RadioButtons are
I have a list box in which the following data templates are defined:
List box:
The problem is as follows; when the user selects an item in the list box, I want to display other informat
I have a button with the following image:
let btnFoo = new Button()
let imgBar = new BitmapImage(new System.Uri(“images/whatever.png”, System.UriKind.RelativeOrAbsolute)) I want the button co
This seems to be such a stupid question, but I can’t figure out for the life of me how to use WrapPanel in the recent (April 2010) Silverlight toolkit. < /p> Obviously they think it’s a good idea t
I am developing a Silverlight application (i.e. no HTML content at all), and one of the biggest complaints is that if the user accidentally clicks F5, the application will restart. p> So is ther
How to force a silverlight list box to scroll to the bottom programmatically so that the item added last is always visible.
I have tried just to select the item .It is finally selected but st
How to open the context menu when left-clicking instead of right-clicking in silverlight
< br />
try Try this:
// On click
private void button1_Click(object sender, RoutedEventArgs
I have been developing and running Silverlight 4 for about a week. A week ago, I installed the Silverlight 4 design-time component to develop and debug silverlight for VS 2010-I released some of th