| Thread | Last Post | Replies |
|
| bindinglist not synching | 09 Apr 2007 02:43 GMT | 10 |
VS 2005 I have a class of BindingList(of T) to use as a datasource for a lookup combobox. The combobox is to lookup the Terms for a Purchase Order. When I implement this on my Winform, the combobox does not synch with the
|
| Databinding radiobuttons | 08 Apr 2007 23:19 GMT | 1 |
On a form (frmUsers) with a lot of controls (textboxes only) everything works. on my bindingnavigator i can add, delete and save. Now i create a groupbox and places 3 radiobuttons and places this on the form. I bind each radiobutton to respective fields within the
|
| Databinding with combobox not working | 06 Apr 2007 08:33 GMT | 1 |
I have defined a custom class and used it in a generic BindingList as the datasource of a BindingSource. I bound a combobox like on the form as: cboFirstClass.DataBindings.Add("SelectedValue", bsClient, "FirstClass", True)
|
| Databinding PictureBox Image in JPEG format | 06 Apr 2007 07:21 GMT | 3 |
I wrote an applicartion that uses databinding to retrieve and store images from a database to a PictureBox. It seems that the databinding is storing the images in BMP format and I need to store them using JPG format.... I know that from the PictureBox I can save to a byte[] in ...
|
| Databinding custom class to a user control | 05 Apr 2007 02:25 GMT | 1 |
OK, I expect this is a noob data binding question but after days searching the msdn forums, google and my form books for an answer, I hope someone here can explain to me what I’m doing wrong. I have a custom class called Location, which has Latitude and Longitude
|
| Databinding to update RowState | 01 Apr 2007 17:14 GMT | 1 |
I'am trying to work with databinding. To create the datasource I just fill a Dataset with one table (ex. Config) the config table contains only 1 row. The Config form containg checkboxes, and i run though the controls to set
|