Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataBinding without Tabbing Out
Message
De
30/05/2003 16:50:13
 
 
À
30/05/2003 16:39:31
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00794715
Message ID:
00794763
Vues:
10
The EndEdit() methods operates on the DataRow. Because at the time of editing data are changed only in the controls, they are currently not accessible from the DataRow, so EndEdit() method does nothing in this situation.

In contrary, the EndCurrentEdit() works on the databinding, which Form (as container) tracks for every contained control. So Form knows new data and can transfer them to the DataRow.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform