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 > september 2005 > threads for september 1 - 7, 2005

Filter by week: 1 2 3 4 5

Filtering databound comboboxes
Posted by Doug Yoder at 9/2/2005 10:04:45 AM
I have a form with several comboboxes, each of which I want to display all the valid codes for a particular data field. I have all the comboboxes getting their displaymember and valuemember from one table via a BindingSource. The validcodes table lists one code per row, so if element #1 has 3 v...more >>


Event Handler (DataGrid row changed)
Posted by rbfigueira at 9/1/2005 2:20:02 PM
Hi Friends, There is any DataGrid event handler that reflect the change of one row in the DataGrid? How to detect changed row in a DataGrid ? I don´t know .... perhaps using CurrencyManager. But how to do it? Note: I am using one ArrayList in DataGrid database source. Thanks Best ...more >>

DataGrid With SortList DataSource (update datasource problem)
Posted by rbfigueira at 9/1/2005 5:55:06 AM
Friends, I have tried to find some information about my problem BUT i can't. I have one DataGrid (Windows Forms) that uses for the database one (SortedList - HashTable) SortedList h = DataBase.FillShortList(); // Fill my SortList "Hashtable" DataGrid.DataSource= new ArrayList(h.Va...more >>



DevelopmentNow Blog