If I popup a child window in my editable dataform it will gray out until you click on it again.Is this a bug?
public List<Client> GetClients() { List<Client> clients = new List<Client>(); clients.Add(new Client()
I have written a Silverlight application that is basically an account registration form.I have been able to successfully deploy this to one of our production servers running windows server 2008/IIS7.W
My application will be a drawing canvas and user can click the save but开发者_如何学JAVAton. The image will then be saved inside the server somewhere where the xap file lies.
Let\'s say I have a button whose IsEnabled property uses a binding, which checks if the button\'s Da开发者_运维问答taContext is of an expected type. If the DataContext matches the type, the button is
I need to read the GPS receiver attached to a COM 开发者_开发知识库port. How can we read GPS in a Silverlight 4 application?Couple of option I can think of.
I am a beginner in silver light. I created a test application, in which on top there are menus like Home, About Us etc?? and there is a grid control to show content related to menu.
I have a ListBox that can have multiple items selected at once. I have a UserControl that needs needs to be visible if exactly one item in the ListBox is selected.
I able to integrate silverlight xap file in website page by providing the source parameter with correct value. Something like:
I have seen this one before. We want a dedicated tab item with a \'+\' symbol on it. Like chrome browserin Silver light Application.