VS.net 2005 designer question:
I have a collection of business objects (Customers) bound to a
datagridview. I want to bind a column in the datagridview to the
property of an object (HomeAddress) contained in the Customer business
object. For example: Customer.HomeAddress.State
I have set th...
more >>
Problem:
I have two DataTables linked as parent and child via BindingSources, where
the child BindingSource uses the parent BindingSource as DataSource and the
foreign key relation as DataMember in order to provide for proper observation
of parent child relations in the form.
When I want...
more >>
Hi
I had a working vs 2003 application with access backend. I added a couple
fields in a table in access db and then to allow user to have access to
these fields via app I did the following;
1. Regenerated the data adapter sqls by running the data adapter wizard and
pasting the resulting...
more >>
I have a form which is bound to a datatable via a bindingsource.
i want to have a combo box that as the first item in the ComboBox has
a display value of "Pick One" for new records.
Because I have a lot of ComboBox's I made some helpers.
public static void ComboBox_Load(ComboBox comboB...
more >>
I have a Datagridview with a dataTable as DataSouce. The Datagridview
automatically show all the columns in the datatable. Is it possible just to
show one or two columns out of says, all 5 columns in the datatable?
Thanks.
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.c...
more >>