Re: [DOTNET] Simple Data Binding problem: pull from control?

2002-05-31 Thread Jim Galasyn
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

[DOTNET] Simple Data Binding problem: pull from control?

2002-05-31 Thread Jim Galasyn
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

Re: [DOTNET] Simple Data Binding problem: pull from control?

2002-05-31 Thread Jim Galasyn
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

[DOTNET] Simple Data Binding problem: pull from control?

2002-05-31 Thread Jim Galasyn
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