I have a popup window like this, <control开发者_开发问答s:ChildWindow Background=\"Aquamarine\">
I have 3 projects in a Visual Studio 2010 solution. A Console App that is acting as my socket server, a Silverlight Client that would like to consume data from said socket server, and a Web project th
From what I\'ve read Web Sockets holds more promise than the duplex polling that is currently available to Silverlight developers for receiving server notifications.However I\'m not finding much writt
I have a little problem with the OnNavigatedTo method in the INavigationAware interface. When I show my view with RegionManager.RequestNavigate(myRegionName, myViewName),
I am hosting the silverlight xap object in aspx page. The aspx page contains two <div>. In the first <div> i am having the html menu and in the second <div> i am having the xap. I ga
I have a problem with scrolling using mouse wheel in a scroll viewer. It seems that if the mouse cursor is over an area of the scrollbar that doesn\'t contain any uielement, scrolling doesn\'t work.
I have the need to programmatically change the background color of the plot area of a line chart in the Telerik 开发者_开发技巧RadChart control in a Silverlight 4 application.I also need to be able to
I have the following problem: In our application we have a list of reports with sub categories defined at runtime...
I am trying to create a datapager usercontrol. This user control has one event declared in its code behind:
Is it possible to open a Silverlight Project within a button click event of another Silverlight Project?