| Thread | Last Post | Replies |
|
| DataBindings documentation | 15 Nov 2005 10:38 GMT | 1 |
Is there a /thorough and exhaustive/ examination on how to effectively use Control.DataBindings.Add()?
|
| Controlling a DataGrid from a ListBox | 14 Nov 2005 11:10 GMT | 2 |
I have a form with two DataGrids ad a ListBox. The first DataGrid and the ListBox both point to the master table. The second DataGrid points to the child table. If I change the record pointed to by the master DataGrid, the child
|
| datagrid binding basics | 11 Nov 2005 21:04 GMT | 2 |
I am new to windows forms programming, having done most of my projects in asp.net. I am working with a datagrid right now and it is giving me fits. Basically, in asp.net I would create the datagrid and set its events (such as OnItemCommand to add a record) to a procedure that
|
| Event that fires when a new binding is added? | 11 Nov 2005 16:53 GMT | 2 |
For a Control, is there an event that fires when a new Binding is being added to its DataBindings collection? Thanks in advance,
|
| Databinding Issue with tab control | 11 Nov 2005 15:06 GMT | 1 |
In my application I retrieve a single record from the database and create a dataset using it. The form contains a tabcontrol with serveral pages. Each page has few controls added to it. The dataset is bound to different textboxes on different pages. I have a "Save" button to save ...
|
| EndCurrentEdit clears textboxes on my form | 11 Nov 2005 12:23 GMT | 1 |
Hello. I have a form with a number of text boxes along with a number of buttons (Save, New, etc.). When I click on the New button I am essentially creating a new blank row in my dataset and then binding the dataset to my form controls. If after entering data into the textboxes
|
| NEWBIE - SQL Connection not working when app is installed on another machine | 10 Nov 2005 15:42 GMT | 8 |
I have created a simple .exe application that queries charge numbers for employee timecards from a SQL server. It works fine on my local machine. When I copy it to the server and run the application, I receive an unhandled exception "Invalid Element Value."
|
| Bi-directional complex/simple databindings with combobox | 08 Nov 2005 09:06 GMT | 1 |
I'd like to bind combobox to a datasource and update a datasource whe combobox.text property is changed. I have a class with IBindingList interface implemented name -BarcodeList- that consists of the items with -IEditableObject
|
| SQL Client Connect Timeout | 07 Nov 2005 14:21 GMT | 1 |
I have a project written in Vb . net that runs on a pocket pc. In that project I use sql client object to connect SQL Server. In my connection string I set connect timeout to 15 seconds. But if there is a network error or something else it try to connect SQL Server without any ...
|
| Binding a DateTime control to a Null value | 04 Nov 2005 13:47 GMT | 3 |
I have a table with some columns that contain SQL Server DateTime data types. Sometimes there are null values in these fields. I want to bind a table to some DateTime controls however there is no way to set the DateTime control to a value of Null when necessary (I usually use 3rd ...
|
| master detail query | 03 Nov 2005 20:25 GMT | 2 |
I am creating a little invoicing application in C# on an access database. Main DB-structure: customers -> * invoice -> * invoicelines I created a typed dataset for it, (with xsd), including all constraints. I have an "invoice" screen, with:
|
| Datagrid, Dataview and Tablestyles | 02 Nov 2005 15:22 GMT | 2 |
Is it not possible to define tablestyles for a datagrid bound to a dataView? Seems theres nothing to map a style to in the tablestyles editor. Anything, anyone? D.U.
|
| Related data in datagrid _without_ drill-down? | 01 Nov 2005 14:03 GMT | 4 |
I have two tables: Customers and Orders. Orders rows are related to Customer row through FK_CustomerID in the Orders table. I want to display orders in a dataGrid, but i want to show the Customers
|