| Thread | Last Post | Replies |
|
| handle rounding at the database | 30 Apr 2007 20:52 GMT | 1 |
.Net v1.1 (& im using BDP adonet provider) The problem: Im using NUMBER types on an Oracle database. In .Net/C# designer I generate dataadapters and datasets. The designer does pick up the precision and scale correctly and sets the parameters up for the commands. I am using giant ...
|
| Error Importing CVS into SQL Server 2005 using SQLBulkCopy and c# | 26 Apr 2007 08:42 GMT | 1 |
I'm using SQLBulkCopy via c#, I'm importing a large text file into a destination SQL Table, the file contains multiple columns and is about 100k records, I am getting the following error: 'Could not allocate space for object 'dbo.list0001'.PK_List001Table' in
|
| New record indication | 24 Apr 2007 22:14 GMT | 1 |
What is the easiest way to tell if the record you are working with is new? For example, if I click the standard Add button on a BindingNavigator, it clears all form controls and is ready to accept new input. Is there something similar to a IsNewRecord function?
|
| DataGridView - Column Datasource | 20 Apr 2007 21:46 GMT | 1 |
I'm using a datagridview that uses a collection of my objects as it's data source. When the data source is first hooked up, I tap itno the OnColumnAdded event so that I can set certain properties of the column when it's being created. In determining what settings I would like ...
|
| ComponentModel | 20 Apr 2007 20:36 GMT | 2 |
I'm currently using System.ComponentModel.DisplayName and System.ComponentModel.Description in my class' properties... Is it possible to specifie a FormatType ? I use DataBinding in WinForms, and I would like the controls 'auto-format'automatically without having
|
| binding to nested objects | 19 Apr 2007 16:58 GMT | 5 |
Can someone help me undestand how to do this properly? here's the example class I want to bind to: Public class Car {
|
| after VS2005 uninstall, VB6 bound controls not displaying | 18 Apr 2007 00:28 GMT | 6 |
A VB6 app that was developed years ago and was working fine this morning, no longer works since uninstall of both Visual Studio 2005 and Visual Studio 2003. Form controls that are data bound do not display values. Values that are entered into data bound controls do not get
|
| Binding navigator button states | 17 Apr 2007 22:52 GMT | 3 |
VS 2005 The short version: How can I set the enabled state of a button depending on if a strongly-typed datatable has a DeleteCommand?
|
| Databinding with own BindingContext for control does not work | 17 Apr 2007 15:30 GMT | 7 |
the problem I have is as follows: I have a control MyPanel : Panel ....... In the constructor I have:
|
| Which is better custom Business Objects or DataSets? | 15 Apr 2007 18:39 GMT | 3 |
I'm an ex. Borland CO++ Builder developer and I'm trying to get my head wrapped around MS data concepts. Borland's concepts were far more easy and had proper UI and data separation out of the box.
|
| IBindlingList and own control | 14 Apr 2007 20:46 GMT | 1 |
I have created a class that implements IBindingList, which sucessfully uses the sort options. This class works very well and can be bound to a DataGridView, with column header clicking nicely automatically sorting the data.
|
| Problem Databinding To class returned from web service | 12 Apr 2007 16:07 GMT | 1 |
I have a web service that queries a db and loads an array of class objects with data from the dataset. The class looks like the following: public class MyData{
|
| Cross-forms databinding - design time question | 12 Apr 2007 02:18 GMT | 4 |
I'm going to show modal dialog which contains a lot of controls. My dataset is placed on the parent form. How to databind dialog controls to parent form's dataset at design time? Is it possible? -- thanks
|
| Is there any solution for the incredibly buggy Microsoft calendar control? | 11 Apr 2007 18:44 GMT | 1 |
I am exasperated with this control beyond belief. I cannot believe a company with the resources of Microsoft could release something so bad that it is unfixable. The cynic in me says that this was done by design -- to drive developers to spend their days trying to fix something ...
|
| Column 'xxx' does not belong to table yyy | 10 Apr 2007 21:00 GMT | 2 |
First things first, I do not use multithreading to update any control, all re-marshalled onto the UI-thread. I do not rebind the control, I add/remove rows in the underlying tables, all on the UI-thread. The SqlConnection is not shared and it is contained in a "using" block (so ...
|