| Thread | Last Post | Replies |
|
| Strange exception with BindingSource | 30 Jun 2008 10:41 GMT | 4 |
here is a strange behaviour I encountered today: I am binding a ListBox to a BindingSource wrapping a DataSource + DataMember. When I change the CurrentItem of my DataSource I will get an IndexOutOfRangeException, but only as long as the DataMember's
|
| WPF ComboBox Binding Confusion | 24 Jun 2008 07:20 GMT | 2 |
I'm creating a sample project to help solve another problem (oh how this rabbit hole is getting deep!) and I'm having the following problem. Given the following XmlDataProvider: <Window.Resources>
|
| Bind then Unbind? | 19 Jun 2008 13:11 GMT | 7 |
Can a DataGridView be bound which loads much faster and then unbind to save resources? I have tried everything and have not found any Goggle help on this issue yet. I need the fastest load with as light a resource burden as possible. My UI is read only at this point.
|
| Header Value change | 19 Jun 2008 12:38 GMT | 5 |
Have a databound DataGridView and looking the change the header value to something more friendly than the Stored Proc has to offer. Do I need to skip the DataBinding and load by hand? I only load the grid with databinding and don't need it to remain as bound. It for the most ...
|
| data binding | 12 Jun 2008 21:05 GMT | 3 |
I want to dislplay the current record of a datagridview in the textboxes in a new form. Can I do it? Can anyone help?
|
| Tree view control | 12 Jun 2008 08:35 GMT | 1 |
How can I do the databinding of the tree view control in VB.net 2003 windows forms. My data structure looks like below. I want location in the parent node and once person expands the location then names under that location. Any help will be appreciated.
|
| problems with using object databinding for a simple textbox | 11 Jun 2008 08:23 GMT | 5 |
I have bound an object (a property called MyProperty in class MyClass) to a TextBox by using the "Data Source Configuration Wizard": 1. Choosing a new object data source for MyClass 2. Drag&Drop MyProperty - which is visible in "Data Sources" windows
|
| Exception binding textbox to class property. | 05 Jun 2008 07:42 GMT | 1 |
I have class with a property that I am trying to databind to a textbox but I get the following exception error and I'm not sure why. Any input is appreciated. System.ArgumentException was unhandled
|
| Problem with Data Binding a ComboBox's SelectedValue -- | 02 Jun 2008 21:39 GMT | 2 |
I am trying to data bind the SelectedValue property of a .Net 3.5 Windows Forms ComboBox control to a property on a custom object. In particular, the goal is that the initially-selected value (after loading) will equal the bound-to property of the custom object. But it
|