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 > january 2005 > threads for january 15 - 21, 2005

Filter by week: 1 2 3 4 5

DataReader to DataGrid (WinForm app)
Posted by ALI-R at 1/21/2005 11:29:22 AM
Hi All, Is there really a way of binding a DataReader to a Datagrid in a Windows Forms Application?.I know that in ASP.NET ,you just simply set the datasource and call DataBind() method. Thanks ...more >>


TextBox Binding
Posted by Nice Chap at 1/20/2005 2:47:45 PM
I set the Text Property of a databound textbox programatically but the value is not getting transferred to the underlying dataset. Is there is a way to force databinding to kick-in ? please... ...more >>

Synchronizing DataGrid and other controls - ie Textbox.
Posted by Glen M at 1/19/2005 1:33:03 PM
I have a problem synchronizing a DataGrid with my other form controls, ie textboxes, using the VS 2003 IDE. I have a typed DataSet based on Customers in Northwind. I drop my DataSet component on the form. I then connect my DataGrid to the DataSet (in Design). In code I fill the DataSet. Every ...more >>

How do I determine if text fits in my label or not?
Posted by Dave at 1/19/2005 1:14:50 PM
I have a label on a small form. I need to determine if the text in the label fits in the label. My end goal is to reduce the font size of the text in the label until it fits. How can I do this via code? Thanks, -Dave ...more >>

Refresh Text Box
Posted by nick_nw at 1/19/2005 6:37:18 AM
Hi All, I know this has been discussed (and answered) in other threads, but I'm still not getting the functionality I need. My app is a C# Windows App, with a MS Access DB. My app communicates using TCP/IP to a black box we are developing. What I want to happen is the user changes a reco...more >>

Databinding Custom NameObjectBaseCollection
Posted by BBuff at 1/18/2005 1:59:54 PM
I have a custom strongly-type collection that is inherited from NameObjectBaseCollection and implements ISerializable, IEnumerable, IListSource and IList. I can databind this object to a data grid just fine, however, when I make when I add or remove an object or Clear() all of the objects in th...more >>

Change notifications and combo box
Posted by kh at 1/17/2005 6:15:02 AM
Hi. I am binding a collection of objects to a combo box and have set the DisplayMember to a property of the child objects. This is working fine. However if the property is changed in code the text in the combo box is not updated to reflect the change. I have added a property changed event to ...more >>



DevelopmentNow Blog