| Thread | Last Post | Replies |
|
| Refreshing the data in a dataview | 31 Aug 2006 22:45 GMT | 2 |
What I'm trying to do is simple, I'm trying to force a dataview to refresh its data from a dataset. Here's the overall situation, I have 2 tabs on my form, one for inserting new placements and one for modifying existing placements. After I add in a new placement on tab 1 I want ...
|
| Custom Object Events Not Changing DataGridView | 28 Aug 2006 12:26 GMT | 2 |
Please help me... I have created an object and implemented the IBindingList. The object is as follows: 1 project has many Sections
|
| How to binding the ListDictionary to combobox? | 27 Aug 2006 03:31 GMT | 1 |
How to binding the ListDictionary to combobox? I have a simple ListDictionary named as "myRecStatusList" and contains values as: Key Value
|
| Defaults for data bindings Update Mode | 24 Aug 2006 13:07 GMT | 1 |
When you bind a data source to a control the binding data source update mode defaults to "OnValidation". I find this a pain and I would prefer the default to be "OnPropertyChanged". Does anyone know if this default could be changed or how I could go about
|
| BindingSource Properties | 24 Aug 2006 04:43 GMT | 1 |
I see the BindingSource has properties for AllowNew and AllowEdit. I couldn't figure out how to set these properties. In my Form Load event I did the following but it had no affect, The BindingSource still had AllowEdit as True.
|
| Databinding 3 datagridviews to a 3 tier hirerarchial object | 23 Aug 2006 14:31 GMT | 2 |
I have been doing quite a bit of research to try and find out the best way for me to bind my object to 3 datagrid views (and other items on my form). My object is as follows, 1 project has many sections, each section has many items, and each item has many lines.
|
| Build a general Databinding class | 22 Aug 2006 21:31 GMT | 1 |
I'm looking to find an efficient way to make our business layer be bi-directional Bindable to our UI layer. I'm familiar with the "INotifyPropertyChanged" interface, but working with this interface will force me to call the
|
| Modify Values of databound textbox before they are stored in underlying DB | 22 Aug 2006 21:21 GMT | 1 |
I have a db field that contains a password i would like to run a function to decrypt the value before its returned to a bound textbox and before the field is updated encrypt the contents. Is there an easy way to bind a field but modify the contents as its being
|
| How does a Control tell the data binding that its property has changed | 22 Aug 2006 17:23 GMT | 1 |
I have created a new Control that has a property called "Value". I am data binding to this and have set the binding update mode to "OnPropertyChanged". The problem is that the binding does not get updated as soon as there are changes.
|
| Impossible to leave TextBox even if Validating event sets Cancel=f | 17 Aug 2006 07:13 GMT | 2 |
I have some TextBox objects with CauseValidation = true and bidirectional DataBinding to some data source. Textboxes are properly updated from data source also after data source changes. The problem is, as soon as a TextBox Text is edited, it is not possible to
|
| Binding a TextBox to a Caption property | 16 Aug 2006 13:28 GMT | 11 |
This should be simple but I'm running into a problem somewhere along the lines. Here's an example: public class Test {
|
| binding a TextBox to a column of type GUID | 11 Aug 2006 18:58 GMT | 2 |
I have a TextBox bound to a dataset that is generated from an SQLServer table that contains a "uniqueidentifier" column The DataSet column type is "GUID" - it isn't a primary key or unique value. The TextBox will display the GUID, but when I try to modify it, it lets me
|
| Confirming / rejecting changes using Binding Navigator | 09 Aug 2006 15:00 GMT | 5 |
Dragging the entire table from the Data Sources tool window onto a blank form, I've created a standard "Detail" form (not DataGrid) with TextBoxes bound to a Binding Source and a Binding Navigator at the top. How can I determine if the user has changed the data in the current ...
|
| How to build own datasource component which works with VS designer | 06 Aug 2006 17:19 GMT | 9 |
I have build a componente comp In this I have 3 components comp01, comp02, comp03. With Properties for this Comp01, Comp02, Comp03. comp01, comp02, comp03 implement IBindingList and are the lists I want to
|
| DataGridView - row indicator | 05 Aug 2006 10:29 GMT | 4 |
How do I get rid of the row indicator column on the left hand side of a DataGridView?
 Signature Thanks...
|