开发者_如何学JAVAI am creating a application, in which i have 2 user control, is it possible that, we have 2 xaml user control page and having 1 code behind xaml.cs file?Start off by creating three f
I want to close and a silverlight application on the MenuClick event which I am handling in a helper class...
I want to make a collection of buttons in silverlight. They are in a collection that goes from left to right and the buttons are lined up so that they are touching on the left and right sides.
I have a Silverlight 4 application that uses RIA services and Windows Authentication.I am trying to make it so that if authentication fails the user gets redirected to a login page.I cannot get the lo
I\'m having a couple of major issues when trying to style the ChildWindow control from the SDK. First issue:
I have an object MyPerson with the properties FirstName, LastName, and FullName where public string FullName
I am new to .NET, and is working on my first Silverlight application. I Have a Silverlight Child window which is used to add new Customers to a gridview, and has the following code:
I have a user control that has a ListBox with a bunch of other controls. I need to be able to bind the ListBox control in the Si开发者_如何转开发lverlight Page.
Is it possible to use the Silverlight 5 beta (and benefit from the debugg开发者_高级运维ing tools in Visual Studio) and still target version 4 in the same way? We would really like the debugging tools
I have a table with the following: CREATE TABLE [Location]([ADDRESS1] [nvarchar](50) NOT NULL DEFAULT (\' \'));