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 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
DataGrid null values !30 Nov 2005 11:32 GMT5
Hi to all,
I have problem with detecting null values in datagrid cell
here is the example code i get i get runtime error when i'm trying to
convert datagrid cell to string if it have null value  and i want to
Does Adding More Than 1 Binding Work in VS2005?30 Nov 2005 02:43 GMT3
If I bind multiple properties of a single control to different sources,
only the first one ever works. For example, I subclass a TextBox and
add an IsLocked property. I then add bindings for the Text property and
my new IsLocked property, but only the first property will ever be
Accessing data in AddNew row29 Nov 2005 15:10 GMT2
I have a datagrid with some columns that cause recalculation of values
in controls elsewhere on my form.  These recalculations need to occur
when these datagrid cells have changed (I tied to the Validated event).
This is also true for the AddNew row.
Using CurrencyManager's ItemChanged Event correctly28 Nov 2005 08:17 GMT1
I assumed that the CurrencyManager's ItemChanged event could be used to
identify that some part of a row has changed and allow for the opportunity to
ask the user if they want to keep the change (or not) prior to changing the
CurrencyManager's position.
Combobox simple Question -- MVP please Help --27 Nov 2005 15:57 GMT2
I have a textbox which has a read-only proprety. which it's text can be
selected and copied but not edited.
but i didn't find readonly property for a combobox. setting enabled property
to false will make it disabled. the text can't be selected or copied.
How to change color of edited winforms datagrid cells?26 Nov 2005 12:34 GMT1
I would like for WinForms Datagrid cells whose value has changed to
stand out in some way - background color, font etc. I know that I can
override the paint event to change cell appearance, but paint is not
useful to me for detecting when cell contents have changed. I also know
Combobox doesn't have readonly property???26 Nov 2005 00:30 GMT1
I have a textbox which has a read-only proprety. which it's text can be
selected and copied but not edited.
but i didn't find readonly property for a combobox. setting enabled property
to false will make it disabled. the text can't be selected or copied.
dataview, which row is selected25 Nov 2005 14:37 GMT3
i'm a complete newby to the adonet stuff. so i'm facing beginner problems.
i have a DataGrid bound to a table called data
    dataGrid.DataSource = data;
data gets filled by a DataAdapter da
reset a unbound form after a record deletion25 Nov 2005 14:26 GMT1
I am using Visual C# Express (.net 2.0) and I am wondering if there is
a way to reset a form.  I come from asp.net and I am used to binding
the data in code during the page load event.  Winforms offers
databinding more like ms access, where you can bind the form directly
DataGridViewComboBoxColumn where ValueMember is bind to property which type is Guid = ERROR21 Nov 2005 19:28 GMT7
I have Custom Collection with Custom Object which has Guid as Id - I bind
DataGridView into it and it works BUT if I make one Column as
DataGridViewComboBoxColumn the trouble becomes.
If the DataGridViewComboBoxColumn ValueMember property type is Guid I get
Synchronizing values21 Nov 2005 12:01 GMT3
I'm currently reading on .NET data binding and I'm trying to do one of the
sample programs in the book. There is a text box bound to a property of an
array, and a previous/next button. The book mentions that if there are many
controls bound to the same element I do not have to take ...
Problem updating from Dataset using DataAdapter to SQL server19 Nov 2005 17:09 GMT2
Situation:
----------
1) I've created DataAdapters to about a dozen tables in msAccess (1  
adapter per table)
Exceptions in DataGridView when working with IBindingList16 Nov 2005 16:37 GMT7
I have created a class BoundList<T> class that implements IBindingList that
wraps a List<T>.
I create a List<T> and add four objects to it
I set a BindingSource's DataSource property to an instance of this
DataBinding confusion16 Nov 2005 13:53 GMT4
I'm trying to do some very simple databinding, with a buttons enabled
property and a custom class and i'm a bit confused.
I have this:
class Model
databinding 2 datagridview15 Nov 2005 14:37 GMT2
   I have 2 questions regarding this issue:
   1st. Why this code gives me the lenght of the string instead the string
itself?
Dim a As New ArrayList
Pages: 1 2 October, 2005
 
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.