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



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


DevelopmentNow Blog