| Thread | Last Post | Replies |
|
| unable to drag and drop data source to form... | 12 Jan 2007 23:02 GMT | 3 |
I am new to vb.net 2005. I am simpyl trying to drag a table to a form. I created a new SQL Server 2000 database and ONE table on our SQL server test machine. Then in my project I went to data sources and added a new datasource - which
|
| How do I reference the DataView a DataGridView is bound to? | 12 Jan 2007 19:20 GMT | 4 |
Hello. I have a DataGridView that is bound to a BindingSource that was created using the Data Sources designer in VS2005. Typically, I create a DataView in code and bind it to the grid manually, but I'm trying to do this through the designers for a change. I'm assuming that the grid
|
| binding data to a combobox with a filter - C# | 10 Jan 2007 16:57 GMT | 2 |
1. I use the following code to bind the Roles data table to the datagrid RolesGrid with a filter that removes rows whose IsInstalled property is true. System.Data.DataViewManager rolesViewManager = new
|
| Binding to textbox question | 09 Jan 2007 01:10 GMT | 3 |
I use dataAdapter to select a record from table (eg. CustomerTable). I have a textbox on the form. I try to bind the field (CustomerID) to the textbox. Question: I know the following is worked:
|