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 2005 > threads for november 29 - 30, 2005

Filter by week: 1 2 3 4 5

Simple data binding to a textbox
Posted by Arne at 11/30/2005 11:56:09 AM
Databinding works only one way da.Fill(data, "SubClass") SubClassDescription.DataBindings.Clear() SubClassDescription.DataBindings.Add("text", data.Tables(0) , "SubClassDescription") Putting the edits back into the data source doesn't work! Dim manager As BindingManagerBase manager = Me.Bi...more >>


DataGrid null values !
Posted by Stanislav Nedelchev at 11/29/2005 11:10:24 AM
Hi to all, I have problem with detecting null values in datagrid cell here is the example code i get i get runtime error when i'm trying to convert datagrid cell to string if it have null value and i want to make check if cell have null value i want to skip operation. Here is the example code ...more >>

Methodology for populating a combobox
Posted by DS at 11/29/2005 1:30:51 AM
I'm using business objects (as opposed to DataSets/DataTables) to contain all my data and I'm passing these to forms to populate them. They get sent to the form's constructors and populate all the controls onLoad, and when someone hits save, I validate all the values, then write them back to...more >>



DevelopmentNow Blog