Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Data Binding / November 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Listbox bound to BindingList30 Nov 2007 18:43 GMT3
VB2005.  I have a ListBox bound to a BindingList that is initially
empty.  As soon as I add an item to the BindingList, the call to Add
throws an exception:
InvalidArgument=Value of '0' is not valid for 'SelectedIndex'.
WindowsForm Designer databinding null reference exception27 Nov 2007 04:18 GMT6
I have a windows form project.
When I try to define a databinding, in the designer window, for a control, I
use (DataBindings) attribute, I obtain immediately a null reference
exception, only for this project!
Binding an Object Property with DateTimePicker21 Nov 2007 17:55 GMT4
I'm binding an business object's property (DateTime datatype) with a
DateTimePicker control on my windows form using below mentioned code. While
loading the form, the control is getting its value correctly by hitting the
Property Get, but when I change the date on the control, ...
Custom TypeConverter, vsFlexGrid, Binding14 Nov 2007 19:55 GMT2
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 object, of type Single, to use this
custom TypeConverter.
Binding to a Coarse Grained Object06 Nov 2007 15:45 GMT7
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 properties
such as CustomerId, CustomerName, etc.  In my form, InvoiceDetailForm, I
bind the controls on the form to a binding source ...
BindingSource bound type.05 Nov 2007 16:42 GMT3
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 is: (aBS is a BindingSource)
              Type aType = aBS.List.GetType();
Newbie question: How to implement CRUD04 Nov 2007 18:24 GMT1
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 tried to call DataTable.NewRow() to insert a new row, but I didn't see
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.