all groups > dotnet windows forms databinding > august 2004 > threads for august 8 - 14, 2004
Filter by week: 1 2 3 4 5
How to add databinding to my user defined control?
Posted by davorka77 NO[at]SPAM hotmail.com at 8/12/2004 3:23:28 AM
I have made my control and I want to show data from base. How can I do that?
Thanks,
Dada... more >>
Adding a new record
Posted by John at 8/11/2004 3:12:17 PM
Hi
I have a set of fields which I have bound to properties from a class. I am
not using any context manager or anything like that, simply fields bound to
the datasource. How can I add a new record on this form via code?
Thanks
Regards
... more >>
VB & SQL 2005
Posted by Pedro Ayensa at 8/11/2004 3:00:58 PM
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:
"An attempt to attach an auto-named database for file C:\Archivo... more >>
MasterDetail Datagrid and Dataviews
Posted by dfjhsqd at 8/11/2004 10:03:26 AM
Hi all
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 _
("drelMasterDetail", dsMasterDetail.Tables("tblMaster").Columns("ID"), _
dsMas... more >>
Need help with Databinding and Windows User Controls
Posted by data NO[at]SPAM im.ns.ac.yu at 8/11/2004 5:50:38 AM
Hi all;
I have created an Windows Forms user control in C# and need to enable
it for data binding. How do I implement properties such as DataSource,
DataMember and DataField? Can someone be so kind to provide some
sample code?
Thanks,
Djordje... more >>
Re-databinding with new DataSet object...
Posted by Nathan Baulch at 8/10/2004 8:23:15 PM
Every time my form is opened, it is given a brand new DataSet object.
This means that I need to realign all of my data bindings to a new object
each time the form is opened.
Unfortunately the ControlBindingsCollection indexer is readonly, as is all
the Binding object's properties.
This means I ... more >>
Repost: Problem binding a byte[] property to an Access database
Posted by Rhy at 8/10/2004 1:35:17 PM
Hi All -
I'm using C# and Visual Studio to create an app. My app has a UserControl
(self-built) which exposes a byte[] property. I would like to bind this
property of the control to an Access database. Currently, the database has
only two fields, a text field and a memo field. I am tryi... more >>
|