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 >>
|