ISBN: 81-901331-3-6 Price: $19.90 Weight: 1.2 Pounds Pages: 300

ISBN:81-901331-5-2 Price:$19.90 Weight:1.9 Pounds Pages:448
| Control | Description |
|---|---|
| TextBox | This control is used for simple binding since it can display data from a single column. The Text property under the DataBindings category in the properties window is set to a specific column name of the dataset to display the data from that column. |
| ListBox | This control is used to display data for a column from multiple records of a dataset. The DataSource property of the ListBox control is used to set the dataset, and the DisplayMember property of the ListBox control is used to bind the control to a specific column of a table in the dataset. |
| ComboBox | This control has two parts, a text box for entering data and a drop-down list for displaying the data. The DataSource property of the ComboBox control is used to set the dataset, and the DisplayMember property of the ComboBox control is used to bind the control to a specific column of a table in the dataset. |
| DataGrid | This control can display data from multiple records as well as multiple columns. The DataSource property of the DataGrid control is used to set the dataset, and the DataMember property of the DataGrid control is used to bind the control to a specific table in the dataset. |
Copyright. 2001-2006. VK Infotek Inc.




