binding
Playing video in Silverlight with Source binding
I am trying to make a WMV video to play in Silverlight MediaElement. It works in this XAML code: <MediaElement[详细]
2023-04-11 07:23 分类:问答ASP.net binding expression giving object required error
I am coding a page that use RadAjax tools for ASP.net, now I am using RadAjax panel to update a portion of page but开发者_JAVA技巧 the problem is my page also contains ASP.net binding expressions like[详细]
2023-04-11 03:06 分类:问答WPF Error: Cannot find governing FrameworkElement for target element
I\'ve got a DataGrid with a row that has an image. This image is bound with a trigger to a certain state. When the state changes I want to change the image.[详细]
2023-04-11 02:24 分类:问答Silverlight {Binding Key} - Please refresh my memory?
I\'m sure this is simple, but what the hell am I missing here? Can someone tell me what the keyword \"Key\" is referencing in Text=\"{Binding Key}\"? I know I learned about it previously, but I cannot[详细]
2023-04-11 01:59 分类:问答How to use BindingUtils with style properties (uses the setStyle method)?
Most examples of BindingUtils shows how to bind a property (either a public variable or a getter/setter) of an object at runtime.[详细]
2023-04-11 00:12 分类:问答Listbox Binded to ObservableCollection strange issue MVVM WPF
this is my first question posted here... I have an user interface that contains a ListBox with pre loaded items and the GUI allows the user to add or remove items to that listbox. Very Simple.[详细]
2023-04-10 16:21 分类:问答Model Binder in ASP.Net MVC 3 is not working
I am having a problem to bind the data sent with the model. What I would like to bind is the OrderStatus that even if I pass it 10 it is always turned into 0.[详细]
2023-04-10 15:11 分类:问答ListBox binding DataTemplate item to ItemsPanel Canvas.Left/Top
I have a ListBox with a Canvas ItemsPanel.Items in this list are LabeledArrows: LabeledArrow is just a view model class (non visual) that exposes properties like Start_X, Start_Y (arrow start), End_X[详细]
2023-04-10 14:52 分类:问答DatagridComboBoxColumn.ItemsSource does not reflect changes from source other than the source bound for datagrid
ComboBox items do not reflect changes made from its source Here is what I am trying to accomplish: I have a WPF datagrid that binding to a database table, inside the datagrid there is a combobox(grou[详细]
2023-04-10 14:16 分类:问答Having problems binding data using % wildcards
Using sqlite and building queries, they all work fine until I try to bind certain data into a query such as -[详细]
2023-04-10 12:31 分类:问答