| Thread | Last Post | Replies |
|
| Rtf-Binding in a Richtextbox sets HasChanges in the Dataset to True ? even without changes? | 30 Jul 2004 16:47 GMT | 5 |
Hello NG, VS 2003 / VB.NET / SQL-Server-Windows-App: On a Windows-Form are some Textboxes and Combos and so on, and 2 Richttextboxes.
|
| Databinding based on Datarelation stops functioning | 28 Jul 2004 08:31 GMT | 1 |
Using VS .Net 2002 and Framework 1.0, all updates. I've created a simple test project to illustrate my problem based on the Pubs database. Using a windows form, I've added a few textboxes, navigation buttons, dataset refresh button and a couple of datagrids
|
| Data bound list box displays empty item after adding new row to bound table | 24 Jul 2004 00:28 GMT | 1 |
I have a DataSet with three tables - order, item, and one to link them for a many-many relation. In the form, there's a combo box for selecting the order, and a list box for displaying the items in that order. Everything is good so far, until I add a row for the order displayed ...
|
| Saving bound vb.net datagrid changes (newbie) | 23 Jul 2004 16:58 GMT | 2 |
I'm having a problem getting this functionality working and was hoping someone could point me in the right direction. I'm using VB.NET 2002 and I'm trying to dynamically bind an access db table to a datagrid and then save changes made to the data in the grid.
|
| Error recovery durring AddNew | 20 Jul 2004 02:48 GMT | 18 |
I have a simple data form that can edit and add records to a table. In my "OK Button" code I EndCurrentEdit and then perform a UPDATE method on the data adapter. It works just fine adding and editing data. One field on the table is a foreign key and I have referential integrity
|
| Databinding Bible? | 16 Jul 2004 09:43 GMT | 1 |
What is 'The Reference Book' on VB.NET databinding? Kevin
|
| DataView binding | 16 Jul 2004 04:54 GMT | 5 |
Hey gang, I am near tears at this point. I have an app that runs in the UK and the US, and have already gone to school on DataTable.Compute and UK date formats (have to convert to EN-US). Also, the app has an 'online' (vb.net
|
| Using BindingContext with a Typed Dataset | 15 Jul 2004 16:20 GMT | 4 |
I am trying to increment the position of the currency manager for a given typed dataset. This line works - Me.BindingContext
|
| Hiding a column | 15 Jul 2004 14:15 GMT | 1 |
Newby c# user.Sorry, Ive already looked through google but not found an explanation. I create an in-memory DataTable plus set of DataColumns plus a DataSet. I dynamically add my rows to the table which is bound to a datagrid and it all
|
| Use DataBinding to Select Multiple Items in a Listbox Automatically? | 14 Jul 2004 20:06 GMT | 1 |
This seems like something that would be relatively common, but I've yet to find a situation similar to mine. We have a list of equipment and a list of issues, and a table that combines potential issues with the equipment id number. My winform
|
| Combobox and databinding | 13 Jul 2004 16:35 GMT | 1 |
I am getting what I consider an odd error when using a databound combobox. I use 1 dataset with 4 tables, each filled with a different data adapter. 3 of them are lookup tables which are bound to 3 different combo boxes. The 4th table is the main table (Equipment) of
|
| DataGrid & IBindingList Binding Problem | 08 Jul 2004 15:18 GMT | 2 |
Hello, can someone help me? I have a DataGrid of which I assign its DataSource property to my custom list object that implements the IBindingList interface and inherits CollectionBase (I followed the CustomerList example in the msdn docs).
|
| Binding to DataView.Count Bug? | 07 Jul 2004 15:41 GMT | 1 |
When binding to the Count property of a DataView, the bound control is not updated when applying a rowfilter to the DataView. Sample code: dt = new DataTable(); dt.Columns.Add("Val",typeof(int));
|
| Howto discard changes and revert? | 06 Jul 2004 23:25 GMT | 3 |
I have a form bound to a specific row in a table in a dataset. I am trying to implement Save and Discard buttons. I have the Save button working using the DataRowView.EndEdit method. For the Discard button I call DataRowView.CancelEdit. The changes really are canceled, but the user ...
|
| Update command | 06 Jul 2004 03:37 GMT | 1 |
How I can build update command for datasets 1 changed row?
|