| Thread | Last Post | Replies |
|
| DataTable as a bindable property type | 27 Sep 2007 17:06 GMT | 1 |
Could you please suggest me something? This code works witout exceptions: public partial class Form1 : Form {
|
| Combobox Text and SelectedIndex problem | 24 Sep 2007 16:50 GMT | 2 |
I am having trouble when I programmatically change the SelectedIndex of a databound combobox in .NET 1.1. I am finding that the Text property no longer reflects what is displayed in the combobox.
|
| DataSet Usage | 19 Sep 2007 13:43 GMT | 4 |
I've been struggling with the best way to use a DataSet, Bindings and Adapters in the application I'm laying out. To start, I'm new with DataSet's and MS SQL. I'll start by describing what my goals are: I have a form that will have a list (grid) of items from Orders. This list
|
| DataError don't go ! | 18 Sep 2007 17:13 GMT | 3 |
I create a class I create a form with a bindingsource object with datasource a instance of a object of this class when a userinterface create an error no event occur in a form
|
| Beginner | 15 Sep 2007 11:39 GMT | 4 |
I try to use Databinding with the BindingList. So I write a class Person(Name, ReadOnly) and a PersonList : BindingList<Person>. In my form I have two controls (TextBox and CheckBox) in the MainFormLoad function I binding as follow:
|
| advice...... | 13 Sep 2007 20:08 GMT | 1 |
Which place is the best one to load data to be used in comboboxes, datagridviews,.....?? In my application, it takes 0.5 seconds before my form is displayed, (the data is loaded in the load event of the form.
|
| DataGridView's virtual mode implementing work: It's worth it? | 12 Sep 2007 11:48 GMT | 2 |
Hello, I developed a multi user application for my company that handles data from a sql server db whose main table grows little by little, every day: since 7 months after it was created, now it has around 500 records with 11 fields of
|
| i can't relate... | 10 Sep 2007 09:05 GMT | 1 |
I have two tables, list and songs. The songs table contains columns such as 'songnumber', 'name', 'path' and 'filename'. The list table contains columns 'listnumber' (identity) and 'A', 'B', 'C', etc... that contain songnumbers.
|
| How can I tell if a control is databound? | 07 Sep 2007 11:00 GMT | 1 |
I'm trying to put together a method to loop through all controls on a form and see if any of them are databound. For simple binding this seems to be straight forward enough (by checking the control.Bindings collection as in the example below), but
|