| Thread | Last Post | Replies |
|
| Value cleared when changing other control. | 28 Oct 2004 23:31 GMT | 1 |
I have a problem using databinding on a windows form. On the form I have a typed DataRow. DataRow type: Name String
|
| Problem binding TextBox to array of DataRows | 28 Oct 2004 15:52 GMT | 1 |
I am getting the following error when binding some TextBoxes to an array of DataRows: Property accessor 'AddressLine3' on object 'dsMyDataSet+AddressRow' threw the following exception:'Cannot get value because it is DBNull.'
|
| Stop default currency manager behavior? | 26 Oct 2004 16:31 GMT | 6 |
Let's say I have one datatable, that I want to use as the datasource for 2 dropdowns. So both are bound to the same one. But now, when I select a row in dropdown A, the selected row in dropdown B changes to the same thing! Each dropdown represents a different column in
|
| RAD with Visual Studio - data binding user controls to forms' data | 22 Oct 2004 18:53 GMT | 4 |
I am trying to make it quicker to use VS.NET to make applications that maintain data in datasets. My goal is to use the designers to do all databinding. My problem is that I haven't found any easy way to use the data from the
|
| Column must belong to a table? | 22 Oct 2004 09:25 GMT | 2 |
Hi to all, I get this ArgumentException just when: ((System.ComponentModel.ISupportInitialize) (this.dataTable2)).EndInit();
|
| MasterDetail Datagrid and Dataviews | 22 Oct 2004 01:21 GMT | 2 |
I have a form with 2 datagrids (master-detail) and a combobox to create a filter for the masterdatagrid. The master-detail worked fine when i used a dataset like this : drelRelation = New DataRelation _
|
| How to determine a control's databinding? | 21 Oct 2004 11:31 GMT | 2 |
When given the name of a control, is there a way (programatically) to determine its databinding?
|
| Problem with dataset updation | 20 Oct 2004 20:52 GMT | 7 |
I am having a problem with dataset. I am using vb.net, oracle, ado.net. I am having a dataset(ds1) from which i loop through and add it to another dataset(ds2). Calling ds2.acceptchanges in the load of the form. And all the
|
| Binding and .NET Remoting | 20 Oct 2004 12:52 GMT | 2 |
Can I bind controls to MBR objects? When I try to make a new binding with a MBR object, I get the exception "Cannot bind to property or column 'PropertyName' on DataSource.", that I don't get in tests made with a client class.
|
| Change databound property from code and force field update | 19 Oct 2004 07:59 GMT | 6 |
I have 2 checkbox controls on a form. Both are bound to a different field in one underlying datatable with their 'checked' properties . When you click the first checkbox I the CheckedChanged event is triggered in which I set the checked property of the second control equal to ...
|
| DataGrid and Combobox problem in WinForms | 18 Oct 2004 08:13 GMT | 2 |
Hi Group, I am having a problem with datagird and combox box. Say for ex, I am populating datagrid with dataset that contains table name "Orders". This table contains one column by name "CustomerName".
|
| DataBinding Text boxes on a form | 18 Oct 2004 05:18 GMT | 1 |
I've put some text boxes on a form, and a combobox. bind them all to a dataset which I created (simple dataset, but have a join in the select) created teh update and insert commands manually
|
| Bind Custom Class to windows form datagrid. | 18 Oct 2004 04:57 GMT | 3 |
I'm trying to bind to a datagrid a custom class with complex property (custom class). The top data is binding fine but I cannot access the sub-class property. Here are my classes... I can bind the contact.id, contact.lastname,
|
| DatagridView, setting Font for individual Cells | 15 Oct 2004 11:51 GMT | 1 |
Hello, I'd like to alter the font, including the background and the foreground color of individual cells for a realtime app'. this.dataGridView1.ColumnCount = 5;
|
| New Problem With TrackBar Binding | 15 Oct 2004 08:59 GMT | 4 |
I'm re-posting this to make sure it gets picked up by support because the related question was answered: I have an entity object (not a collection) with a property "Height". It's bound to a TrackBar and a TextBox. I found out that I needed to call
|