| Thread | Last Post | Replies |
|
| VB & SQL 2005 | 29 Apr 2005 18:41 GMT | 3 |
Hi, I'm bounding a DataNavigator to a DataSet (through DataConnector). The SQL database is stored in the app folder, and referenced to there. But at run-time the App trys to link the DB from VStudio folder and I get this message:
|
| Datagrid & child table with no DataGridColumnStyle assigned? | 28 Apr 2005 21:49 GMT | 2 |
I have a dataset populated using an XML file. The schema has hierarchical components. I have created a datagrid and I have assigned a datastyle and then gridcolumnstyle for all columns at the parent level.
|
| IBindingList removing le last item throws an exception... | 27 Apr 2005 08:19 GMT | 1 |
I have implemented a class hierarchy similar to the DataTable - DataView structure, I have an ObjectCollection (implements IList, ICollection, IEnumerable) and a Object, then an ObjectView (implements IList, ICollection, IEnumerable, _IBindingList_, _ITypedList_) and an
|
| Delphi, Listbox: Could not bind to the new display item | 25 Apr 2005 07:50 GMT | 2 |
I tried to create and fill a listbox in Delphi specifying DataSource, DisplayMember and ValueMember properties. But I got a error "Could not bind to the new display member". Then I found an example in Delphi help (only for VB or C++ for some
|
| How to learn about databinding? | 25 Apr 2005 03:19 GMT | 2 |
BindingContext, CurrencyManager, PropertyManager, IBindingList, ... Is there a good tutorial that covers data binding from the basic concepts to advanced operation? Thanks, Alex.
|
| How to use Datagrid with ArrayList | 25 Apr 2005 02:23 GMT | 5 |
I have an ArrayList that contains multiple instances of one type of object. These objects have public properties that can be read and written. How do I get these properties to display in columns in the datagrid? I have bound the arraylist to the datagrid and I have tried defining a ...
|
| Binding multiple checkboxes to a single data field | 22 Apr 2005 03:14 GMT | 7 |
I have a form that uses databinding to update a database table. One of the fields in the table corresponds to multiple checkbox controls in the form (Flags Attributes). How can I perform the databinding in this case? Thanks,
|
| ADODC Databinding in .NET | 22 Apr 2005 02:22 GMT | 3 |
As still rely with ADODC and ADODB since VB6's track. Anyway for us to do databinding by using ADODC rather then DataSet, Adapter ...etc? Thank you.
|
| ListBox + DataView | 21 Apr 2005 09:19 GMT | 3 |
I have a ListBox bound to a DataView, and when shown it displays "System.Data.DataRowView" instead of each each item's text. However when I do a listBox.GetItemText(listBox.SelectedItem); it returns the correct text... what might be the cause?
|
| Implementation of IBindingList.Find - return value | 21 Apr 2005 04:46 GMT | 3 |
The documentation says that the return is an int. (C#). I assume that this is 0 based, so what does one do if the find fails. Throw an exception? Is there a standard exception to throw or do I make one up? Thanks
|
| Checkbox binding - convert DBNulls | 20 Apr 2005 20:16 GMT | 1 |
I have a dataset that may contain DBNulls, how would i go about binding these to a checkbox so that if the value is DBNull it is interpreted as false?? Thanks
|
| Databinding with CustomControl | 19 Apr 2005 08:51 GMT | 3 |
Hi I have a NullableDateTimePicker control inherited from DateTimePicker control (windows forms). The NDTP has a property SmartDate of the type SmartDate (SmartDate is a class enhancing DateTime with a Nullable
|
| How to insert combobox into VB.Net winform Datagrid | 19 Apr 2005 01:32 GMT | 1 |
Hi, All I have a datagrid binded to a datasource. I want to display a combo box having list of values from a parent table as a lookup field in the same grid.
|
| OnSetComplete, OnSet methods do not fire | 15 Apr 2005 17:46 GMT | 2 |
I have an object and a strongly typed collection (inheriting collectionbase) of that object. The collection also implements iBindingList. I am attempting to run some of my own code in the OnSet or the
|
| Datagrid Multiple Forms and TextBoxes | 15 Apr 2005 15:05 GMT | 2 |
On my form The user enters data into a textbox and then clicks on the button this opens form2 with only a datagrid. The datagrid contains data from a sql database. The first bit of data I pass is on form1 which is the textbox1, this is to perform the search on the db and put the ...
|