|
 |
ado_dotnet thread: textbox data-bound?
Message #1 by paolo.liverani@a... on Mon, 18 Feb 2002 14:08:28
|
|
I cannot get changes made in the text box to the database (without
explicitly calling beginedit()).
Why is textbox working differently from datagrid?
Can anyone post an example?
Thank you
Message #2 by Richard Ainsley <rainsley@p...> on Mon, 25 Feb 2002 09:48:55 -0800
|
|
The changes in a database are committed when the record pointer changes and
a change was made to one or more cells in the current row. You just do not
"see" the plumbing underneath.
----- Original Message -----
From: <paolo.liverani@a...>
To: "ADO.NET" <ado_dotnet@p...>
Sent: Monday, February 18, 2002 6:08 AM
Subject: [ado_dotnet] textbox data-bound?
> I cannot get changes made in the text box to the database (without
> explicitly calling beginedit()).
> Why is textbox working differently from datagrid?
> Can anyone post an example?
> Thank you
>
$subst('Email.Unsub').
|
|
 |