Hello,
window forms treeview control has now a datasource attribut, but I didn't find any example to bind a datasource
so you see some nodes.
Can anyone help me ?
Best Regards
Gerhard ...
more >>
I have a custom control that has a DataSource property that uses the
DataSourceConverter TypeConverter and two DataMember properties that use
the DataMemberFieldEditor to allow the user to select the fields.
In .net 1x the designer allowed a DataTable to be selected as the
DataSource. In t...
more >>
I know I am missing something conceptual here, probably pretty simple too.
I am trying to make a user preferences dialog box.
I have a Windows form with suitable textboxes on. In VB 2005 Express, I
created a datasource from the My.Settings object, and dragged the "fields"
from that dataso...
more >>
I created a form that include a BindingNavigator. My BindingSource has
some required fields. If I use the bindingNavigator AddNewItem the bound
controls are cleared. If I press the AddNewItem again I get an exception
because som required fields are not set.
I tried using the Validating e...
more >>