I have a relational database lets say it consist of an Employee\'s Table and Department\'s table and an EmployeesType Table.
Is it possible to freeze the top most row within a Silverlight Grid (not DataGrid) element? If so, could someone p开发者_如何学Crovide an example of how this can be done?
I am trying to make a WMV video to play in Silverlight MediaElement. It works in this XAML code: <MediaElement
I want to call EWS in Silverlight, However 开发者_开发问答I have no idea about how to call a WSDL web services in silverlight.
I am making silverlight program where user can add worms to ground. Worms has to modifable.开发者_Go百科 They can have three or more controlpoints where from user can move and edit worm. Worm has to h
i\'m developing my first game in silverlight. It\'s something like 2D labyrinth and user\'s moves on canvas are based on UserControl_KeyDown event. I dont have any gameloop yet. But now i\'m kinda stu
I am developing a Silverlight web app and got stuck on the current problem. Is it possible to make a field required only if value is entered into another field. For example if you have a DataForm to
I am using this code to try and read this XML below, but it is not read anything in the foreach loop and skipping that. Thanks.
I\'m currently working on a project that has a very interesting set of requirements. It must be in silverlight but all data stored MUST be stored locally and cannot be sent to a server but it .
I have a Silverlight Application which connects to a Silverlight enabled service. I keep getting an intermittent problem where the application freezes on a call to the web service.