Good day! I have such a template: <common:HierarchicalDataTemplate x:Key=\"my2ndPlusHierarchicalTemplate\" ItemsSource=\"{Binding Children}\">
I have an SL3 that makes asynchronous calls to a data service.Basically, there is a treeview that is bound to a collection of objects.The idea is that as a user selects a specific treeviewitem, a call
I have the following code in my DataGridTemplateColumn: <Controls:DataGridTemplateColumn.CellEditingTemplate>
There is a quite big LOB silverlight application and we wrote a lot of custom controls which are rather heavy in drawing.
I have Few TextBlock inside the Da开发者_高级运维ta template as follow: <DataTemplate> <StackPanel x:Name=\"stackPanelItems\" Orientation=\"Horizontal\">
I have an ASP.NET MVC application. In this after user get Sign in .We set the a cookie for the user who logged in using FormsAuthentication.SetAuthCookie(userName, false).
I am a student of computer science and am interested in learning development of R开发者_JAVA技巧IAs. So which among silverlight and flex is more suitable for me and y?Silverlight is the very accessibl
I would like to make a small silverlight app which displays one fairly large image which can be zoomed in by scrolling the mouse and then panned with the mouse.
Picture a listbox in Silverlight that is similar to the \"feed\" on facebook. Each item might be 1) a status update with an image on the left, 2) a photo thumbnail with a title, 3) a youtube video, or
I have made a simple silverlight application. Everything is working fine but I am unable to use silverlight user control as my aspx page shows only embedded object code.