| Thread | Last Post | Replies |
|
| How to chage the source of a datagrid | 04 Oct 2004 19:49 GMT | 3 |
Sqls2k / vb.net winforms / ado.net / newbie This code loads a Datagrid from a customer id supplied by a combo box. It only works the first time I open the form. I will correctly get the customer I select in the combo box, but it will not get any subsequent
|
| datasets and getting a value into the id field | 02 Oct 2004 13:40 GMT | 1 |
SQL Server 2000 / ADO.Net / VB.Net / DataGrid I am a newbie to ADO.net and disconnected data. Even though I have done a lot of reading I have not been able to get the following questions answered.
|
| IBindingList.Find and other.... | 02 Oct 2004 13:32 GMT | 1 |
I am trying to implement a complete IBindingList for my Collection Class but I cannot find any examples on implementation of Find or any of the other functions typically implemented with NotSupportedException (like in the MSDN).
|
| Databinding to a checkbox | 01 Oct 2004 16:20 GMT | 2 |
I have a datafield containing Y or N. I would like to databind to the checkbox, and tell it that Y denotes the checked state and N denotes the unchecked state. In fact, I would like to be able to do something like this to arbitrary values which should denote the checked and ...
|
| Changing bindingcontext position based on dataview sorting. | 01 Oct 2004 15:52 GMT | 1 |
I've got a form with fields bound to a datatable. The datatable is populated from a sql server. I've been using a next button with form.bindingcontext("datasource","datatable").position+=1 to bind the form
|