Top "Binding" questions

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

WPF user control bind data to user control property

I have user control: xaml <UserControl x:Class="controlmaker.checkButton" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:…

wpf binding user-controls controls
WPF: How to bind to a nested property?

I can bind to a property, but not a property within another property. Why not? e.g. <Window DataContext="{…

wpf binding properties nested
Checkbox not binding to scope in angularjs

I am trying to bind a checkbox to scope using ng-model. The checkbox's initial state corresponds to the scope model …

angularjs binding checkbox coffeescript angularjs-ng-include
What is the purpose of init binder in spring MVC

This is the code on internet for init binder @InitBinder public void initBinder(WebDataBinder binder) { SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); …

java binding spring-mvc
Binding property to control in Winforms

What is the best way to bind a property to a control so that when the property value is changed, …

c# vb.net winforms binding
How can I move a WPF Popup when its anchor element moves?

I have a Popup defined like this: <Popup Name="myPopup" StaysOpen="True" Placement="Bottom" PlacementRectangle="0,20,0,20" PlacementTarget="{Binding ElementName=myPopupAnchor}"&…

wpf popup binding
xjc: Two declarations cause a collision in the ObjectFactory class

Running the following xjc command raises an error : $ xjc "ftp://ftp.ncbi.nih.gov/bioproject/Schema/Core.xsd" parsing a …

java binding xsd schema xjc
How can I pass a constant value for 1 binding in multi-binding?

I have a multi-binding like <TextBlock> <TextBlock.Text> <MultiBinding Converter="{StaticResource myConverter}"> <Binding …

wpf binding multibinding
JavaScript Callback Scope

I'm having some trouble with plain old JavaScript (no frameworks) in referencing my object in a callback function. function foo(…

javascript events binding scope callback
A TwoWay or OneWayToSource binding cannot work on the read-only property

I've a read only property I need to display in a textbox, and getting this error at runtime. I've set …

wpf binding