ROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 31, 2002 12:53 PM
Subject: Re: [DOTNET] Simple Data Binding problem: pull from control?
> Jim Galasyn [mailto:[EMAIL PROTECTED]] wrote:
>
> > So how do I get that modified field set to true?
>
> You need to define an ev
I'm doing a dead-simple text binding in C# UI:
this._ctlTitle.DataBindings.Add( "Text", this._movie, "Title2" );
This populates the control just fine. But when I change the text in the
control, the binding doesn't seem to care. If I get the binding from the
DataBindings collection and look at it
Oops, bound to the wrong control. Never mind...
- Original Message -
From: "Jim Galasyn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 31, 2002 9:18 AM
Subject: [DOTNET] Simple Data Binding problem: pull from control?
> I'm doing a dea
I'm doing a dead-simple text binding in C# UI:
this._ctlTitle.DataBindings.Add( "Text", this._movie, "Title2" );
This populates the control just fine. But when I change the text in the
control, the binding doesn't seem to care. If I get the binding from the
DataBindings collection and look at i