Serialcoder en Français Serialcoder in English
TEL : +33 (0)9 72 13 15 17

Windows Forms FAQ

4. Windows Forms Data Binding

4.1 Does MySql work with ADO.NET?
4.2 Where can I find a discussion of databinding and windows forms?
4.3 How do I test for a null value in DataView.RowFilter?
4.4 I don't have SQL Server. Is there any way to run the samples that need SQL server?
4.5 How can I programmatically move through a dataset that has bound controls?
4.6 When I try to update a dataset I get an error that the system is unable to find "Table"?
4.7 How can I bind an ArrayList to a DataGrid?
4.8 When I try to bind two comboboxes to the same datatable, both boxes show the same values, changing one changes the other. How do I make them have distinct values?
4.9 How do I bind a mdb file to a datagrid?
4.10 How do I bind a listbox or a combobox to a MDB file?
4.11 In my databound ComboBox, how do I set the SelectedItem property?
4.12 Are server side cursors supported in .NET?
4.13 I am populating a ListBox by binding it to an ArrayList. The initial display is OK, but later changes to my ArrayList are not shown in my ListBox. How can I get the changes to show properly?
4.14 My SQL server runs on a non-default port. How can I specify this port in my connection string?
4.15 What is a DataSet?
4.16 How do I add updating support to a dataset?
4.17 How can I import a CSV file into a DataTable?
4.18 How can I prevent a ComboBox and DataGrid bound to the same DataTable from sharing the same current position?
4.19 I get a 'This would cause two bindings in the collection to bind to the same property' error message. What might cause this?
4.20 How do I bind a TextBox to a nested relation?
4.21 How do I call a SQL stored procedure?
4.22 I programatically change a bound TextBox value, but the value does not get pushed back into the bound datasource. How can I make sure the DataSource is updated?
4.23 Why does the CheckedListBox lose checked state when placed in a tab page that gets hidded and shown?

 

Windows forms FAQ