| Thread | Last Post | Replies |
|
| DataBinding in .Net 1.1, did it exist? If so, how does it work? | 31 Mar 2008 16:48 GMT | 1 |
I have used data binding in .Net 2.0 and love it, from what I understand what I used in 2.0 was new. Today I am working with .Net 1.1 and wondering how to wire things up correctly... There is a PropertyGrid that has had it's SelectedObject set to a data
|
| DataGridView bound to object: Operation is not valid due to the current state of the object. | 24 Mar 2008 18:58 GMT | 6 |
I am receiving this error as per the subject when binding a DataGridView to a collection of objects, where the collection is BindingList<T>. This post - http://tinyurl.com/hy4fg - details the steps to reproduce the error, and as noted you must start with an empty list and then add ...
|
| LINQ: Sending updates from DataGridView to database? | 24 Mar 2008 12:45 GMT | 11 |
I am evaluating LINQ to be used in an upcoming project. I would like to bind a LINQ collection to a DataGridView in WindowsForm. I used a BindingSource object and got the result displayed all right. But how to propagate the updates back to the database?
|
| some new languages | 18 Mar 2008 16:31 GMT | 1 |
http://comp-languages.blogspot.com http://computer-language-tutorials.blogspot.com
|
| Databinding format in Business Object Layer | 04 Mar 2008 20:26 GMT | 3 |
I would like to place a textbox on a form and have it bound to a custom business object. What would be the recommended practice on formatting and validating? My current implementation shown below works for formatting the value in the business object, but the formatting is
|