Top "Data-binding" questions

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

WPF datagrid header text binding

The column header of the DataGrid is not a FrameWork element for some reason, and so you cannot use bindings …

wpf data-binding datagrid
Bind Collection to StackPanel

I want to take a collection of objects and bind it to a StackPanel so basically if the collection has 4 …

c# silverlight data-binding xaml
Best Technique for Multiple Eval Fields in Gridview ItemTemplate?

What is the best way to use multiple EVAL fields in a GridView ItemTemplate? Looking to have some control over …

asp.net data-binding gridview eval
Data-bind href attribute for anchor tag

I'm trying to bind anchor attributes to a KnockoutJS ViewModel field. I tried something like this: <a data-bind="href: …

javascript html data-binding knockout.js
databind the Source property of the WebBrowser in WPF

Does anyone know how to databind the .Source property of the WebBrowser in WPF ( 3.5SP1 )? I have a listview that …

c# wpf xaml data-binding browser
How do I bind a ComboBox so the displaymember is concat of 2 fields of source datatable?

I'd like to bind a ComboBox to a DataTable (I cannot alter its original schema) cbo.DataSource = tbldata; cbo.DataTextField = "…

c# data-binding combobox
c# combobox binding to list of objects

Is it possible to bind a ComboBox to a list of objects, but have the selectedvalue property point to the …

c# winforms data-binding combobox business-objects
How do I convert a Color to a Brush in XAML?

I want to convert a System.Windows.Media.Color value to a System.Windows.Media.Brush. The color value is …

wpf data-binding xaml colors converter
How to use HtmlEncode with TemplateFields, Data Binding, and a GridView

I have a GridView bound to an ObjectDataSource. I've got it supporting editing as well, which works just fine. However, …

asp.net data-binding gridview html-encode templatefield
WPF: How to bind object to ComboBox

Trying to learn how to bind objects to various types of controls. In this instance, I want to get sample …

wpf xaml object data-binding combobox