| Thread | Last Post | Replies |
|
| Binding a DataGridView to properties of objects contained inside the list member | 30 Sep 2008 09:10 GMT | 1 |
I need to bind a DataGridView to a BindingList<TOuter>. But I don't want to bind to properties of TOuter, instead TOuter is a wrapper around 2 other objects of type TInner1 and TInner2. I want to bind to selected public properties of TInner1 and TInner2, without writing code in ...
|
| InvokeRequired Required in Setters on Databound Custom Object | 30 Sep 2008 08:02 GMT | 1 |
I've built a custom class with a number of properties that are being databound to user controls on WinForms. It is possible that a setter will be called from a thread other than Main. Do all the bound properties need to see if Invoke is Required or does the
|
| changing textbox.value does not change value in the db? | 29 Sep 2008 06:26 GMT | 1 |
I've got a litte (but I think often asked question). How can I change the Value of a TextBox, that the binded column is updated too? If I wrote "testTextBox.Value = "Murks";" it doesnt change the Value in the Database. Only when I change the value direkt in the Form.
|
| DataMember property '[name]' cannot be found on the DataSource. | 23 Sep 2008 08:44 GMT | 1 |
My class has a property which returns an Object which comes from a 3rd party API. This API is added as a reference to the project and appears to be operating normally.
|
| Class Designer Error | 20 Sep 2008 17:55 GMT | 1 |
I was using the Class Designer and Created Multiple Classes inside it. The Error "Type Cannot be found" appeared How can I relink the Class inside the Class Designer with its generated Code?
|
| TextBox DataBinding issue | 15 Sep 2008 11:55 GMT | 1 |
I am have problems binding textboxes to a custom object data source. I am posting the code below and if any one can give a clue of where i am going wrong, i would really appreciate it. The class that I am trying to bind to is
|
| great forum | 09 Sep 2008 19:19 GMT | 2 |
im assuming it is a major bug then. bound forms suck
|
| form is erasing data when calling EndCurrentEdit. Please help! | 09 Sep 2008 19:15 GMT | 2 |
this is probably a stupid question, or im missing something. I have a customer info form, bound. I load with the following: -------------------------- FillCombos() 'fills combo boxes
|