all groups > dotnet windows forms databinding > february 2006 > threads for february 1 - 7, 2006
Filter by week: 1 2 3 4
parent-child and comboboxcolumn
Posted by at 2/7/2006 4:50:30 PM
Hi NG!
Is there any way to have a ComboBoxColumn display a different set of values
for each different row in a DataGridView? What I mean is, given the
following situation,
ParentTable
parent_id (1) ......... active_child_id_fk (3)
parent_id (2) ......... active_child_id_fk (4)
parent_... more >>
DataGridView and array of DataRow objects
Posted by Tomislav at 2/7/2006 3:30:38 PM
Hi all
Is it possible to bind DataGridView to a datarow array. For example, array
which is returned by Select method of a DataTable object.
I know that I can probably use DataView object as a data source.
Thanks
... more >>
Dirty forms in master-detail databinding
Posted by David Veeneman at 2/7/2006 1:32:31 PM
I'm setting up a summary-detail form using a BindingSource control, a
DataGridView (for the summary), and a UserControl (for the detail). The user
control that hosts several text boxes, radio buttons, and so on, which can
be used to update the BindingSource's Current value. I discovered pretty... more >>
Binding a property to custom collection
Posted by dave_wurtz NO[at]SPAM asdsoftware.com at 2/6/2006 8:27:13 AM
All,
I have a custom control that has a property strong typed as one of my
custom collection (inherits from System.Collections.CollectionBase and
implements System.ComponentModel.IBindingList). I am trying to build a
databinding through the VS2005 IDE Formatting and Advanced Binding
window. ... more >>
How can I add an unbound row to the end of a data bound DataGridView?
Posted by Maxwell2006 at 2/5/2006 11:01:59 PM
Hi,
I have a DataGridView in my form which is bound to a DataTable.
I am setting up a summary row at the end of my DataGridView rows that shows
the total for $ columns.
Is there any way in data bound DataGridView to setup the last row as
calculated/unbound row?
Thank ... more >>
DataGridView, can it display related from a relationship in dataset in heirarchical View
Posted by Marlon R at 2/3/2006 8:22:23 PM
Can the DataGridView display heirarchical data?
If yes can someone please point me to some documentation or examples.
... more >>
CheckBox binding to a character 'Y/N column
Posted by Maxwell2006 at 2/3/2006 2:04:26 PM
Hi,
How can I bind a check box to a string "Y/N" column in my datatable?
I am asking because I assume that checkboxes are bindable to boolean column.
Am I right?
Thank you,
Alan
... more >>
Interview Questions Feb 03 2006
Posted by Jobs at 2/3/2006 1:22:08 AM
Where is version information stored of a assembly ?
Version information is stored in assembly in manifest.
Is versioning applicable to private assemblies?
Versioning concept is only applicable to global assembly cache (GAC) as
private assembly lie in there individual folders.
Full Intervi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Adding new record to database C# VS2005 Windows Mobile CF2 PocketSql
Posted by AAJ at 2/3/2006 12:00:00 AM
Hi all
My second post in 2 days.... can anyone help me ...please...
What I'm trying to do is so simple, i've done it a million times in VB6, VBA
etc.. but I'm coming up with one problem after another using the dot net
frame work, it all seems so much more complicated and convoluted (my fau... more >>
DataView Issue
Posted by chris at 2/2/2006 2:48:01 PM
Hello,
I am having a problem with retrieving sorted information from a
dataview. I am working on a simple application, which uses a dataview
object to sort data by one column ("d")
I have no problem populating the dataview from my existing dataset,
which has a table called "events"
Dim dv A... more >>
Difference between CurrencyManager and Bindign Context.
Posted by AAJ at 2/2/2006 12:00:00 AM
Hi all
I have been learning about bound forms on Pocket PC devices.
Initially I have been using things similar to
this.BindingContext[DSQuestions, "tbl_details"].Position--;
to navigate the record set. All has worked well.
However, while learning about bound recordsets I stumbled acro... more >>
Databind column to property on another referenced object...
Posted by Nathan Baulch at 2/1/2006 12:00:00 AM
How do I databind a DataGridView column to a property on another referenced
object? That is, I want to bind to "Parent.Name" where Parent is a property
that references another object.
I know this can be done when databinding TextBoxes. Surely it can also be
done with grid columns.
The fo... more >>
|