Top "Data-binding" questions

A general technique that binds two data/information sources together and maintains them in sync.

How to set a binding in Code?

I have the need to set a binding in code. I can't seem to get it right tho. This is …

c# wpf xaml data-binding
Angular2 How to trigger (click) event without clicking

I want to pass data from HTML to the component so I've created an event like this: <div id="…

angular typescript data-binding mouseclick-event
What does "{Binding Path=.}" mean in WPF binding?

What does {Binding Path=.} mean in a WPF binding? I see some people use it, but couldn't find any explanation. …

wpf data-binding xaml
Bind to a method in WPF?

How do you bind to an objects method in this scenario in WPF? public class RootObject { public string Name { get; } …

.net wpf data-binding xaml
How to refresh a WPF DataGrid?

I have a WPF DataGrid with some data. You can add rows through a separate window. The DataContext is the …

wpf data-binding datagrid
Data Binding in WPF User Controls

I am creating a UserControl for a series of controls shared by several windows. One of the controls is a …

c# wpf xaml data-binding user-controls
ASP.NET Repeater bind List<string>

I am binding a List<string> to a Repeater control. Now I want to use the Eval function …

asp.net data-binding repeater
WPF Bind to itself

I've got a WPF Window, and somewhere there is a ListView where I bind a List<string> to. …

wpf data-binding binding self
KnockOutJS - Multiple ViewModels in a single View

I'm thinking that my application is getting quite large now, too large to handle each View with a single ViewModel. …

mvvm knockout.js data-binding knockout-mapping-plugin
Stop comboBox's selectedIndexChanged event from firing when the form loads

I have a form with a ComboBox that provides a dropdownlist. On the comboBox's SelectedIndexChanged event, am running some code, …

winforms data-binding combobox