Top "Binding" questions

This tag means different things in different contexts; consider using less ambiguous tags instead or in addition.

How to enable assembly bind failure logging (Fusion) in .NET

How do I enable assembly bind failure logging (Fusion) in .NET?

c# .net vb.net binding assemblies
How to get evaluated attributes inside a custom directive

I'm trying to get an evaluated attribute from my custom directive, but I can't find the right way of doing …

javascript binding angularjs directive
Binding List<T> to DataGridView in WinForm

I have a class class Person{ public string Name {get; set;} public string Surname {get; set;} } and a List<…

c# list datagridview binding grid
exception in initializer error

I am using Netbeans. I did some things with bindings and now whenever I start my program, before it even …

java binding pack
How to bind multiple values to a single WPF TextBlock?

I'm currently using the TextBlock below to bind the value of a property named Name: <TextBlock Text="{Binding Name}" /&…

wpf data-binding binding textblock multibinding
Datagrid binding in WPF

I know this has been asked already but I have done almost everything what is suggested by developers. <DataGrid …

c# wpf xaml binding datagrid
Passing two command parameters using a WPF binding

I have a command which I am executing from my XAML file using the following standard syntax: <Button Content="…

wpf binding path command
Angularjs Template Default Value if Binding Null / Undefined (With Filter)

I have a template binding that displays a model attribute called 'date' which is a date, using Angular's date filter. &…

javascript templates binding angularjs default
DataTrigger where value is NOT null?

I know that I can make a setter that checks to see if a value is NULL and do something. …

wpf xaml binding visibility datatrigger
"Items collection must be empty before using ItemsSource."

I'm trying to get images to display in a WPF ListView styled like a WrapPanel as described in this old …

.net wpf vb.net entity-framework binding