all groups > dotnet windows forms databinding > march 2008
DataBinding in .Net 1.1, did it exist? If so, how does it work?
Posted by Cartoper at 3/31/2008 8:06:58 AM
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
class. From time to time the values of... more >>
some new languages
Posted by davidboon28@gmail.com at 3/18/2008 6:38:07 AM
http://comp-languages.blogspot.com
http://computer-language-tutorials.blogspot.com... more >>
LINQ: Sending updates from DataGridView to database?
Posted by Jakob Lithner at 3/11/2008 3:42:02 AM
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?
I searched all LINQ examples but found no ... more >>
Supress BindingSource/DataGridView SelectionChanged on new DataSou
Posted by Jim Parsells at 3/10/2008 11:53:27 AM
(Framework 2.0, VS2005, XP sp2 all fully patched)
I have a Form with a DataGridView and a BindingSource, among other controls.
The DataSource of the DataGridView is the BindingSource. The DataSource of
the BindingSource is a List(Of myclass). So far, so good.
In response to user action on th... more >>
Using a VB6 data control ?
Posted by Scotty at 3/10/2008 2:33:00 AM
Hi,
I am trying to use in a Dotnet project a control featured in VB6: data
control.
Here is what it looks like in vb6:
[URL=http://imageshack.us][IMG]http://img525.imageshack.us/img525/3605/
image1ib8.jpg[/IMG][/URL]
http://img525.imageshack.us/img525/3605/image1ib8.jpg
And in the for... more >>
Databinding format in Business Object Layer
Posted by Jerod Houghtelling at 3/4/2008 7:05:49 AM
Hi all,
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
not shown in... more >>
|