| Thread | Last Post | Replies |
|
| DataGridTableStyle problem | 14 Feb 2006 12:43 GMT | 1 |
I have a datagrid (ui_grdProduct) and I want to change the columns. I think the code below should work but it does absolutely nothing. I am clearly missing something simple. I would appreciate a pointer
|
| Show Master-Detail Data in separate datagrid | 14 Feb 2006 10:18 GMT | 1 |
I'm new to VB .Net and I want to display a master-detail data in two separate datagrids, like grid1 will have all the master records and when i click a row in grid1, grid2 will display the details for the row that i clicked.
|
| Sorting Query Results | 13 Feb 2006 20:59 GMT | 5 |
I'd like to display the data stored in a table sorted by a certain field. I want it such that those with values for that field will come first, while those that have the field empty will go last. If I use the Order By clause, records with the field empty will come on top instead. ...
|
| Foreign key binding | 13 Feb 2006 19:55 GMT | 2 |
Just starting to get to grips with this stuff so forgive me if my questions are somewhat basic. I'm having a spot of bother binding interface controls to foreign key items in a dataset. As an example, say I have a dataset consisting of
|
| PropertyChanged event and Data Binding | 13 Feb 2006 12:27 GMT | 6 |
I try code sample from article "Windows Forms Programming How to: Add Change Notification for Data Binding" (for VS2005's off-line MSDN link to this article:
|
| class Binding vs. class BindingSource | 13 Feb 2006 11:53 GMT | 3 |
FW 1.0/1.1 both have class Binding - it maintains a simple binding between a property on a control and a property on a single object. FW 2.0 suggest new class - BindingSource. I try to understand - how these two classes are related to each other? Does BindingSource just more
|
| BindingContext, Simple Problem, Need Help | 11 Feb 2006 22:35 GMT | 2 |
This is my first attempt to establish DataBinding. I have added an Event Handler for dsAuthors1, table authors, but it has no effect. What am I overlooking? /*********************************************************************
|
| Binding a property to custom collection | 08 Feb 2006 21:59 GMT | 5 |
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
|
| How can I add an unbound row to the end of a data bound DataGridView? | 08 Feb 2006 02:43 GMT | 3 |
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
|
| Dirty forms in master-detail databinding | 08 Feb 2006 02:07 GMT | 2 |
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 ...
|
| How can I find the BindingSource has some changed data | 07 Feb 2006 05:49 GMT | 4 |
In my WinForms application, I have a set of controls that are bound to a BindingSource control. When the user closes the form, I need to ask him if he wants to save data. The problem is I cannot find anyway to check if the value of any textboxes
|
| CheckBox binding to a character 'Y/N column | 04 Feb 2006 15:15 GMT | 2 |
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,
|
| DataView Issue | 04 Feb 2006 00:59 GMT | 2 |
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,
|
| Adding new record to database C# VS2005 Windows Mobile CF2 PocketSql | 03 Feb 2006 14:41 GMT | 2 |
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 ...
|
| Master Details problem with delete command | 03 Feb 2006 14:29 GMT | 4 |
Hi every body! I'm working with VS2005 and SQL Server 2005. I maked a typed dataset with two datatables (Master-Details) with his relations between them. The indexes are primary keys with autoincrement. The
|