I have a Silverlight client application which logs开发者_StackOverflow on to an STS and gets a collection of claims in return. I use the Silverlight IdentityModel which came with the Identity Training
Say I have some grid that you need to scroll down to see all of its lines, and I\'m interested in saving some lines that are not currently visible as a bitmap. Is it feasible, or do I have to actually
I have created a silverlight app using WCF RIA Services and Entity Data Model. In mainPage.xaml page I have dropped a button and on click of that button certain operation is performing.I have put a b
I am grouping datagrid upto one sub-level. Like this: CollectionViewSource pageView = new CollectionViewSource();
I want to know how to resize an image in Silverlight without using any 3rd party DLL such as FJC开发者_开发百科ore and the like
I have a DataGrid bound to a PagedCollectionview property of my View-Model.I\'ve added a PropertyGroupDescription to the PagedCollectionView.GroupDescriptions.
I have a Silverlight Application (SL4) which I have rolled out to people with开发者_JS百科in my network. The problem I have is that when some of my users go to access the SL application it is asking t
NOTE: This has been answered as duplicate in the comment below. I am having trouble getting RIA Services to return the data I need and not more than the data I need. I have a parent object (Project)
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 aSilverlight Application,with Code in C# in Visual Studio 2010开发者_运维百科. My requirement is i have a form with many different controls(Example textboxes,combo boxes).