Top "Data-binding" questions

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

Binding to static property

I'm having a hard time binding a simple static string property to a TextBox. Here's the class with the static …

wpf xaml data-binding
Get user input from textarea

I'm new to angular2. I want to store user input from a text area in a variable in my component …

data-binding angular textarea angular-ngmodel
How to Implement DOM Data Binding in JavaScript

Please treat this question as strictly educational. I'm still interested in hearing new answers and ideas to implement this tl;…

javascript html dom data-binding
Binding a Button's visibility to a bool value in ViewModel

How do I bind the visibility of a button to a bool value in my ViewModel? <Button Height="50" Width="50" …

c# wpf xaml data-binding
ORA-01008: not all variables bound. They are bound

I have come across an Oracle problem for which I have so far been unable to find the cause. The …

c# oracle data-binding oracle9i ora-01008
How can I data bind a list of strings to a ListBox in WPF/WP7?

I am trying to bind a list of string values to a listbox so that their values are listed line …

c# .net wpf windows-phone-7 data-binding
How to bind RadioButtons to an enum?

I've got an enum like this: public enum MyLovelyEnum { FirstSelection, TheOtherSelection, YetAnotherOne }; I got a property in my DataContext: public …

wpf data-binding enums radio-button
Image UriSource and Data Binding

I'm trying to bind a list of custom objects to a WPF Image like this: <Image> <Image.…

.net wpf data-binding xaml
How to clear exisiting dropdownlist items when its content changes?

ddl2 populates based on ddl1 selected value successfully. My issue is the data that is already present in ddl2 does …

asp.net vb.net data-binding sqldatasource html-select
How to force a WPF binding to refresh?

I have got a combo box with items source attached using simple binding. Is there any way to refresh this …

c# wpf data-binding