HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (WinForms DataBinding) microsoft.public.dotnet.framework.windowsforms.databinding


Discuss in the Dotnet Framework (WinForms DataBinding) forum.



Post New Thread
Threads in Forum : Dotnet Framework (WinForms DataBinding) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    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 Go to last post
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. Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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] Go to last post
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] Go to last post
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] Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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] Go to last post
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 Go to last post
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] Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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] Go to last post
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 Go to last post
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 Go to last post
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] Go to last post
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] Go to last post
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 Go to last post
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] Go to last post
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=?= Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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] Go to last post
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?= Go to last post
0 99
Post New Thread

Display Options
Showing threads 251 to 300 of 1926
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.