Groups | Blog | Home


Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
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 >>



DevelopmentNow Blog