Top "Data-binding" questions

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

A better way of forcing data bound WPF ListBox to update?

I have WPF ListBox which is bound to a ObservableCollection, when the collection changes, all items update their position. The …

wpf data-binding listbox observablecollection
What does <%# DataBinder.Eval(Container.DataItem,"ColumnName") %> in the Item Template do exactly?

Iam using DataList for the first time. Every thing works fine and I am able to see the data in …

c# .net asp.net data-binding datalist
Android - DataBinding - How and when the Binding classes will be generated?

DataBinding Guide States By default, a Binding class will be generated based on the name of the layout file, converting …

android data-binding
What are the various WPF binding modes?

I do not understand the various data binding modes in WPF, such as: One-Way Two-Way One-Time etc... What does each …

wpf data-binding
WPF ListBox that lays out its items horizontally

I'm trying to write a WPF application for displaying images from a selection. I want to display all of the …

wpf data-binding listbox
OneWayToSource binding from readonly property in XAML

I'm trying to bind to a Readonly property with OneWayToSource as mode, but it seems this cannot be done in …

wpf data-binding xaml readonly
Using DataBinding library for binding events

I'm trying to bind events with views in xml using DataBinding Library shipped with Android M. I'm following examples from …

android data-binding android-6.0-marshmallow android-databinding
I want to concat two strings for a TextView in android, Data Binding Api

Im using DataBinding Api for setting the views in android layouts. Here is my layout. layout.xml <?xml version="1.0" …

android android-layout data-binding android-databinding
jQuery .on() click event catching dynamic 'data-' attribute in list of buttons to pass value to other function?

I have a dynamic table list of around 40 rows each with an edit button containing a date field. I also …

jquery data-binding return-value onclicklistener
Get variable value from code behind and use in aspx page control

I got a web user control where I have controls that needs to be fed with some data from variables …

c# data-binding webusercontrol