Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Binding in Webform
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Data Binding in Webform
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01361790
Message ID:
01361790
Vues:
59
A simple question on databinding in Web Form.

I know MM.Net works great when I want to bind a mmTextBox control to one of the column in the entity. Page loads and data is bound. The question is how does MM.Net help to transfer data back to the column when I call BizObject.SaveEntity() method? I can always to transfer it manually like below.
myDataRow["myColumn"] = txtmyColumn.Text.Trim();
Does MM.Net offer any better way to do this? The sample example doesn't show anything.

- Jayesh
- Jayesh
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform