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 > november 2004 > threads for november 8 - 14, 2004

Filter by week: 1 2 3 4 5

Datagrid does not reflect changes to bound dataset
Posted by Peter Kenyon at 11/12/2004 12:18:28 PM
Hi, I am using a datagrid to display a few columns from a dataset and a "detail" form for editing, which appears after double-clicking a row in the grid. After the user finishes editing an item with the detail form, the changes he has made do not show up in the datagrid even though both are...more >>


Parameter on Stored Procedure
Posted by Gis at 11/12/2004 3:56:01 AM
Hi, I'm using a data adapter daReadAdmin which is delcared like this: SqlDataAdapter daReadAdmin = new SqlDataAdapter("p_ReadAdmin", strConnection); Where p_ReadAdmin is a parametrized Stored procedure in SQL Server then the following code states: daReadAdmin.SelectCommand.CommandTex...more >>

Designer/properties databinding, how???
Posted by Julie at 11/11/2004 1:10:35 PM
I'm trying to use data bindings through the control designer properties, and getting nowhere at light-speed. The online help for data bindings is virtually useless as a tutorial on the subject, and I haven't been able to locate anything through Google. I've set up data bindings manually, and...more >>

How to update an IBindingList in a separate thread?
Posted by juliensellgren NO[at]SPAM hotmail.com at 11/9/2004 3:49:24 PM
I have a DataGrid bound to a custom collection that implements IBindingList. It is well known that updates to windows forms widgets must be done on the same thread as the form. Here is the kicker: I would like to have a process in a separate thread that makes updates to the collection. Ideally w...more >>

DataRowView binding
Posted by Mauricio Magni at 11/8/2004 11:41:29 AM
Hello I have a form that shows the values of a DataRowView. I bind the controls to columns of this DataRowView. Almost everything works right, but, there is something that doesn't work as I expected: One of the controls is a ComboBox that lookups data in another table. If I change the value ...more >>

With Relationships and filter
Posted by Gis at 11/8/2004 4:54:03 AM
Hello, I'm trying to bind table Employee already on a dataset DsName. But Employee references to other tables PersonnelGroup and PersonnelStatus. I want cbobox cboName only to show Employees whose Status = 'Current' and Group = 'ATBDE' Here's part of the code: Dim employeePersonnelGroupRe...more >>



DevelopmentNow Blog