all groups > dotnet windows forms databinding > june 2008
WPF ComboBox Binding Confusion
Posted by ryan baldwin at 6/20/2008 11:29:04 AM
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>
<XmlNamespaceMappingCollection x:Key="namespaceMappings">
<XmlNamespaceMappin... more >>
Bind then Unbind?
Posted by Hugh Higgins at 6/19/2008 3:13:02 AM
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.
Happy coding or what... more >>
Header Value change
Posted by Hugh Higgins at 6/16/2008 5:49:01 AM
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 part becomes re... more >>
data binding
Posted by Shaun at 6/11/2008 10:52:02 PM
I want to dislplay the current record of a datagridview in the textboxes in a
new form. Can I do it? Can anyone help?
... more >>
Tree view control
Posted by Vinki at 6/10/2008 11:40:03 AM
Hello Everyone,
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.
ATest ... more >>
problems with using object databinding for a simple textbox
Posted by Andreas Beresko at 6/4/2008 6:49:48 PM
Hi,
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
(this seems for me as if the creat... more >>
Exception binding textbox to class property.
Posted by Clay at 6/3/2008 12:59:03 PM
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
Message="Cannot bind to the property or column TOTALCOSTAMOUNT on the
DataSource.
Para... more >>
|