| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Anyone know of a good example on databinding to ToolStripMenuItems? There
used to be a Billy Hollis article link, but MSDN is full of dead links...
Earl
|
11-16-2007 12:03 AM
Earl | 0 | 284 |
|  | I wrote a custom type converter class to convert a Single to a string with
knowledge of a "missing" value.
I decorated a property of my business...
Steve D.
|
11-14-2007 01:55 PM
Steve D. | 2 | 296 |
|  | I have a simple DataGridView bound to a dataset and MS Access table with a
calulcated column - the calculated column is DateDiff('d',...
Marcus
|
11-13-2007 03:51 PM
Marcus | 0 | 327 |
|  | This is probably a real newbie question, but that's what I am at database
programming, so here goes. I have an application to write whichsaves...
Don Carter
|
11-11-2007 09:47 AM
Don Carter | 0 | 267 |
|  | This occurs in VS2005, not in VS2003, which we are migrating from.
Simply create a dataset (10 tables), where there is one parent, and 9
children. ...
drs
|
11-07-2007 11:18 PM
drs | 0 | 279 |
|  | This occurs in VS2005, not in VS2003, which we are migrating from.
Simply create a dataset (10 tables), where there is one parent, and 9
children. ...
drs
|
11-07-2007 04:11 PM
drs | 0 | 264 |
|  | I have an object called Invoice which has as one of its members, an object
called customer which is of type Customer. Class Customer has...
news.microsoft.com
|
11-06-2007 09:45 AM
Morten Wennevik [C# MVP] | 7 | 228 |
|  | I'm having a tough time figuring out how to get the type that a
binding source is bound to..at least in a consistant manner.
What I have been doing...
bruce.m.pearson@gmail.com
|
11-05-2007 10:42 AM
Morten Wennevik [C# MVP] | 3 | 267 |
|  | I have displayed a DataTable in a DataGrid, and now I want to implement
insert, update and delete operations on this table.
How can I do that?
I had...
Magno Machado
|
11-04-2007 12:24 PM
Morten Wennevik [C# MVP] | 1 | 281 |
|  | When I call BindingSource.EndEdit on one of the BindingSources of my
application, it correctly finishes the addition of the new row but
surprisingly...
Samuel García
|
11-03-2007 04:26 PM
Samuel García | 0 | 474 |
|  | Sorry for the repost, but according to MS, it is required (in order to get a
reply)... :-<
I'm trying to do something very simple - display an...
TBQ
|
11-01-2007 01:31 PM
TBQ | 0 | 276 |
|  | I have a BindingSource object bound to some UI on a WinForm and the
BindingSource's DataSource value is a DataView.
Sometimes when I change the value...
Mark Atkinson
|
10-31-2007 10:33 AM
Mark Atkinson | 0 | 289 |
|  | I'm trying to do something very simple - display an editable list of strings
in a DataGridView (2.0). When I try to simply bind to the DGV, it...
TBQ
|
10-30-2007 03:02 PM
TBQ | 0 | 287 |
|  | I have a list Control to which I am binding an array of custom objects. Say
the custom object is ClassA. ClassA has a property XYZ. The property XYZ...
Rahul
|
10-30-2007 02:16 AM
Marc Gravell | 1 | 277 |
|  | I have a simple form that binds the properties of a user defined object to
text boxes on the form. If I edit the value of a text box and click the...
brad
|
10-28-2007 01:10 PM
brad | 2 | 376 |
|  | Hi everybody,
I'm using a table adapter to update data from a typed dataset (I used
the VS2005 designer to create a dataset and added a table...
Thorsten Dittmar
|
10-28-2007 04:03 AM
Thorsten Dittmar | 0 | 320 |
|  | I have a ListBox and Textbox on a form. I add several objects to the listbox
using Items.Add(myclass). The TextBox.Text is bound to a myclass.Name....
Joe
|
10-27-2007 10:51 AM
Joe | 2 | 269 |
|  | I read data from my db and store it in business objects, such as Invoice.
In some cases, I'll have a one to many relationship, such as Invoices...
0to60
|
10-25-2007 12:50 PM
Jack Jackson | 1 | 464 |
|  | Unable to start TSQL Debugging. Could not attach to SQL Server Process on
'srvname'. The RPC server is unavailable.
I get this error when I try to...
DR
|
10-24-2007 09:38 PM
DR | 0 | 273 |
|  | I am very new to C#. I need to create a Windows form that will read a
SQL table and populate a treeview. I can connect to the DB, create
the...
xmail123@yahoo.com
|
10-18-2007 04:52 AM
Eric Moreau | 2 | 382 |
|  | I need a way to read a bar code with an associated timestamp (when it was
read), display it and then repeat this process until all barcodes are...
Mike D
|
10-15-2007 08:15 AM
Mike D | 4 | 279 |
|  | C# - VS2005 - windows form app
child form has a dataGridView control that displays a table
when a row is clicked I would like to return the value in...
radiolandog
|
10-11-2007 02:04 PM
Lee Morris | 5 | 337 |
|  | The bsSru_AddingNew event seems to properly add a record on the form but the
bsSruLinks_AddingNew does not work as expected. Although these are...
SteveKing
|
10-10-2007 04:44 PM
SteveKing | 0 | 348 |
|  | I'm developing an application that uses a many-to-many relationship for a
table and I'm having difficulties using the BindingSource.AddNew to build...
SteveKing
|
10-10-2007 04:37 PM
SteveKing | 1 | 354 |
|  | I have a DataGridView column which will not allow me to set ReadOnly=False.
I can change the setting from True to False in the designer but, as soon...
Nick Locke
|
10-10-2007 09:54 AM
Nick Locke | 2 | 291 |
|  | I have several 'generations' of parent-child DataTable
relations in my code, and was wondering how best to improve
(fix) the following.
When...
Jamie Risk
|
10-10-2007 09:35 AM
SteveKing | 2 | 267 |
|  | Hi,
I have to use some custom databindable grid component. It works fine but it
pays no attention to DataColumn.Caption properties while databinded...
Dmitry Nogin
|
10-08-2007 12:53 PM
Dmitry Nogin | 1 | 263 |
|  | I ran into strange problems with a scenario that should be common and simple.
I have two tables, Master and Detail, that are bound by foreign key...
Jakob Lithner
|
10-08-2007 01:41 AM
Linda Liu [MSFT] | 5 | 284 |
|  | I have a DataGridView column which will not allow me to set ReadOnly=False.
I can change the setting from True to False in the designer but, as soon...
Nick Locke
|
10-06-2007 04:06 PM
Nick Locke | 0 | 269 |
|  | Sorry for italian message....
i have this ssituation
i have a object of type list(of )
his name is ListaPosizioni
class ListaPosizioni
inherits...
Flavio MIANO
|
10-05-2007 01:09 PM
Bob Powell [MVP] | 4 | 269 |
|  | Scusate...
ho creato un oggetto di tipo list(of )
successivamente ho associato a questo oggetto una griglia con datasource
adesso all'avvio della...
Flavio MIANO
|
10-02-2007 03:56 PM
Flavio MIANO | 0 | 250 |
|  | I have a collection class. Apart of items, it has some properties of its own,
for example:
public class TheCollection :...
JanisN
|
09-29-2007 02:31 AM
JanisN | 0 | 267 |
|  | Hi,
Could you please suggest me something?
This code works witout exceptions:
public partial class Form1 : Form
{
private object _source =...
Dmitry Nogin
|
09-27-2007 11:06 AM
Dmitry Nogin | 1 | 345 |
|  | Hi
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...
KevH
|
09-24-2007 10:50 AM
KevH | 2 | 303 |
|  | 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...
Tom Woods
|
09-19-2007 07:43 AM
Tom Woods | 4 | 148 |
|  | VS2005 Pro
I'm binding to a custom business object with type Nullable(of date) and
trying to validate user input.
I have an error provider...
Rick
|
09-19-2007 07:36 AM
Rick | 0 | 154 |
|  | 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...
Flavio MIANO
|
09-18-2007 11:13 AM
Morten Wennevik [C# MVP] | 3 | 159 |
|  | I have database in SQL 2000 and all of my fields are VarChar datatype but
when I build DataSet in VB . NET 2005 and add TableAdapter on in all of...
DzemalTipura
|
09-18-2007 03:40 AM
DzemalTipura | 0 | 162 |
|  | 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...
Marco Schwarz
|
09-15-2007 05:39 AM
Marco Schwarz | 4 | 141 |
|  | 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...
Luc
|
09-13-2007 02:08 PM
Morten Wennevik [C# MVP] | 1 | 151 |
|  | 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...
=?Utf-8?B?Um9nZXIgVHJhbmNoZXo=?=
|
09-12-2007 05:48 AM
Linda Liu [MSFT] | 2 | 215 |
|  | WINDOWS FORM>
We are migrating an app from VS2003 using DataGrid to VS2005 using
DataGridView. Naturally, all our DataGrid helper classes are...
teddysnips@hotmail.com
|
09-11-2007 08:13 PM
noregrets62@gmail.com | 5 | 92 |
|  | I have two tables, list and songs. The songs table contains columns such as
'songnumber', 'name', 'path' and 'filename'.
The list table contains...
radiolandog
|
09-10-2007 03:05 AM
Linda Liu [MSFT] | 1 | 96 |
|  | Hi all
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...
Martin P
|
09-07-2007 05:00 AM
=?Utf-8?B?Um9nZXIgVHJhbmNoZXo=?= | 1 | 92 |
|  | Hi,
I am using: VB.net Standard 2003
I have a main form (frmMain) that:
contains a user control (ctlHours) containing five child label...
HFSchreiner
|
09-06-2007 03:04 PM
HFSchreiner | 0 | 112 |
|  | Hi there,
If I have an index of a row in a Winforms DataGrid, how do I get its
underlying DataRow? Since a user can sort rows in grid by...
Oleg Ogurok
|
09-03-2007 01:27 PM
Oleg Ogurok | 0 | 93 |
|  | Hi
I am trying to setup a DataGridView control wiht a
DataGridViewComboBoxColumn column in it. My data source is a datatable
(populated from a...
Andreas
|
08-30-2007 05:08 AM
Andreas | 0 | 133 |
|  | I have a SQL Server 2005 Express database with two tables.
With Visual Studio 2005, in a new project, I create a Class Library called
"TestDataSet."...
Marty Kilroy
|
08-29-2007 02:18 PM
Marty Kilroy | 2 | 121 |
|  | Hi,
I want to have collections of objects that are data-bindable to datagrids
but also editable and sortable, etc., the full functionality.
Also, I...
=?Utf-8?B?SnVhbiBEZW50?=
|
08-29-2007 01:45 AM
Linda Liu [MSFT] | 3 | 101 |
|  | Hi,
I want to have collections of objects that are data-bindable to datagrids
but also editable and sortable, etc., the full functionality.
Also, I...
=?Utf-8?B?SnVhbiBEZW50?=
|
08-22-2007 03:38 PM
=?Utf-8?B?SnVhbiBEZW50?= | 0 | 99 |