| Thread | Last Post | Replies |
|
| Binding to a dotnet Winforms Treeview Control | 30 Jun 2004 21:57 GMT | 1 |
I am trying to populate a Treeview Conrol dynamically. Is it possible to create a Treeview control that is populated by binding it to some sort of Data Source, preferably an XML file, or alternatively a Dataset. If so can the binding be done to reflect the relationship between
|
| grid data building | 28 Jun 2004 01:39 GMT | 1 |
We have a data table bound to a datagrid. In the data table, there is a column of type decimal. Since any decimal in this column will always be a whole number, we want this
|
| Setting encoding type for parser Microsoft.XMLDOM | 27 Jun 2004 13:32 GMT | 1 |
I've got this problem. I must setting the encoding type for the parser Microsoft.XMLDOM by JScript or VBScript coding before loading some datas xml formatted. I've tried to use method createProcessingInstruction that is perfect to set the version of xml Dim xmlList, objPI, objNode, ...
|
| dataSet.HasChanges and TextChanged event | 26 Jun 2004 23:33 GMT | 1 |
I have been trying to find out what the problem is with the dataSet.HasChanges property. It only seems to be updating the second time I change something. I have done some tests and have seen that, if you call the EndCurrentEdit for the data-binding and then call the HasChanges, it ...
|
| delete row from datagrid | 25 Jun 2004 14:14 GMT | 1 |
please i really need your help.actually i'm working with a datagrid in visual C++.net and i know how to update and add a row within the datagrid and into the database(access in this case) using getupdatecommand() and getinsertcommand(). however, i've tried several
|
| dataset exception | 24 Jun 2004 15:51 GMT | 1 |
We have the following situation: The application has many forms and one dataset which is shared by all forms. When forms are initialized, the form controls bind to the dataset. At some point, we need to do a dataset.Clear() - and exceptions are
|
| DataBinding question | 24 Jun 2004 13:50 GMT | 1 |
Is it possible to add automatically certain text bound context in object if object is 'readonly' type like Labels? I mean when I bound Label like ... lblRecordID.DataBindings.Add("Text", dv, "ID")
|